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 1587c36 commit f9198f3Copy full SHA for f9198f3
setup.py
@@ -90,7 +90,7 @@
90
91
# Code
92
version=version,
93
- packages=find_packages(exclude=["test", "doc", "scripts", "examples"]),
+ packages=find_packages(exclude=["test*", "doc", "scripts", "examples"]),
94
scripts=list(filter(isfile, (join("scripts/", f) for f in listdir("scripts/")))),
95
96
# Author
0 commit comments