Fix indentation in config file

This commit is contained in:
Gabriel Augendre 2019-07-11 22:40:09 +02:00
parent 34ed538f9d
commit 9718a1d473

View file

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