Fix indentation in config file
This commit is contained in:
parent
34ed538f9d
commit
9718a1d473
1 changed files with 4 additions and 4 deletions
|
@ -60,10 +60,10 @@ type = "write-license-files"
|
||||||
path = ""
|
path = ""
|
||||||
|
|
||||||
# Package .py files discovered in a local directory.
|
# Package .py files discovered in a local directory.
|
||||||
[[packaging_rule]]
|
[[packaging_rule]]
|
||||||
type = "package-root"
|
type = "package-root"
|
||||||
path = "."
|
path = "."
|
||||||
packages = ["data", "main"]
|
packages = ["data", "main"]
|
||||||
|
|
||||||
# Package things from a populated virtualenv.
|
# Package things from a populated virtualenv.
|
||||||
# [[packaging_rule]]
|
# [[packaging_rule]]
|
||||||
|
|
Loading…
Reference in a new issue