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 70eb9f9 commit 6b1279eCopy full SHA for 6b1279e
setup.py
@@ -53,7 +53,7 @@ def find_version(*file_paths):
53
},
54
license="MIT",
55
classifiers=["Development Status :: 4 - Beta", "Programming Language :: Python :: 3"],
56
- packages=find_packages(),
+ packages=find_packages(exclude=["test", "test.*"]),
57
python_requires=">=3.6",
58
install_requires=install_requires,
59
extras_require={
0 commit comments