We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ab7d5 commit b9f6b43Copy full SHA for b9f6b43
pyproject.toml
@@ -32,7 +32,7 @@ Homepage = 'url_value'
32
include = ['package_name']
33
34
[tool.setuptools.package-data]
35
-'package_name' = ['*', '**/*']
+'package_name' = ['*', '**/*', '!**/__pycache__']
36
37
[tool.setuptools.dynamic]
38
version = {attr = 'package_name.version.__version__'}
0 commit comments