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 = ""
|
||||
|
||||
# Package .py files discovered in a local directory.
|
||||
[[packaging_rule]]
|
||||
type = "package-root"
|
||||
path = "."
|
||||
packages = ["data", "main"]
|
||||
[[packaging_rule]]
|
||||
type = "package-root"
|
||||
path = "."
|
||||
packages = ["data", "main"]
|
||||
|
||||
# Package things from a populated virtualenv.
|
||||
# [[packaging_rule]]
|
||||
|
|
Loading…
Reference in a new issue