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.
2 parents 52abf36 + 4c4407b commit bbc16f5Copy full SHA for bbc16f5
setup.py
@@ -48,7 +48,7 @@ def run_tests(self):
48
install_requires=['pymodbus>=2.1.0'],
49
tests_require=['tox'],
50
cmdclass={'test': Tox},
51
- packages=find_packages(),
+ packages=find_packages(exclude=('test', 'test.*')),
52
zip_safe=True,
53
include_package_data=True,
54
# https://pypi.org/classifiers/
0 commit comments