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:
Louis-Philippe Véronneau
2024-05-17 18:36:41 -04:00
committed by Merlijn Wajer
parent 656cbe1858
commit b433c629a7

View File

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