Skip to content

Commit b9f6b43

Browse files
authored
Update pyproject.toml
1 parent 51ab7d5 commit b9f6b43

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
@@ -32,7 +32,7 @@ Homepage = 'url_value'
3232
include = ['package_name']
3333

3434
[tool.setuptools.package-data]
35-
'package_name' = ['*', '**/*']
35+
'package_name' = ['*', '**/*', '!**/__pycache__']
3636

3737
[tool.setuptools.dynamic]
3838
version = {attr = 'package_name.version.__version__'}

0 commit comments

Comments
 (0)