Skip to content

Commit b433c62

Browse files
baldurmenMerlijnWajer
authored andcommitted
pyproject.toml: restrict what files are install, to not install __pycache__ artifacts
Signed-off-by: Louis-Philippe Véronneau <pollo@debian.org>
1 parent 656cbe1 commit b433c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ whipper = "whipper.command.main:main"
4545
namespaces = false
4646

4747
[tool.setuptools.package-data]
48-
"whipper" = ["**"]
48+
"whipper" = ["test/*"]
4949

5050
[tool.setuptools_scm]
5151
# Empty, but needed to enable SCM

0 commit comments

Comments
 (0)