pyproject.toml: restrict what files are install, to not install __pycache__ artifacts
Signed-off-by: Louis-Philippe Véronneau <pollo@debian.org>
This commit is contained in:
committed by
Merlijn Wajer
parent
656cbe1858
commit
b433c629a7
@@ -45,7 +45,7 @@ whipper = "whipper.command.main:main"
|
||||
namespaces = false
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
"whipper" = ["**"]
|
||||
"whipper" = ["test/*"]
|
||||
|
||||
[tool.setuptools_scm]
|
||||
# Empty, but needed to enable SCM
|
||||
|
||||
Reference in New Issue
Block a user