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 c5f95d2 commit 171d6b8Copy full SHA for 171d6b8
setup.py
@@ -8,5 +8,6 @@
8
9
setup(
10
install_requires=requirments,
11
- version=VERSION
+ version=VERSION,
12
+ packages=find_packages(exclude=('tests',)),
13
)
0 commit comments