Fix indentation in config file

This commit is contained in:
Gabriel Augendre 2019-07-11 22:40:09 +02:00
parent 34ed538f9d
commit 9718a1d473
1 changed files with 4 additions and 4 deletions

View File

@ -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]]