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 19ea310 commit f57d00fCopy full SHA for f57d00f
setup.py
@@ -41,7 +41,7 @@
41
long_description=LONG_DESCRIPTION,
42
long_description_content_type="text/markdown",
43
install_requires=REQUIRES,
44
- packages=find_packages(exclude=['test']),
+ packages=find_packages(exclude=["*test.*", "*test"]),
45
include_package_data=True,
46
license="Apache",
47
classifiers=[
0 commit comments