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 988af23 commit 1a94bfaCopy full SHA for 1a94bfa
setup.py
@@ -18,7 +18,7 @@
18
license = license,
19
long_description = long_description,
20
name = modname,
21
- packages = find_packages(),
+ packages = find_packages(exclude=("tests",)),
22
py_modules = py_modules,
23
url = web,
24
version = VERSION)
0 commit comments