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 4a6f85d commit 49b07fcCopy full SHA for 49b07fc
setup.py
@@ -67,7 +67,7 @@ def long_description():
67
],
68
python_requires='>=3.5, <3.8',
69
keywords='',
70
- packages=find_packages(exclude=['test', 'test.*']),
+ packages=find_packages(exclude=['tests', 'tests.*']),
71
zip_safe=True,
72
cmdclass={'test': PyTest},
73
test_suite='test',
0 commit comments