Skip to content

Commit 4c4407b

Browse files
committed
Do not install tests
1 parent 52abf36 commit 4c4407b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def run_tests(self):
4848
install_requires=['pymodbus>=2.1.0'],
4949
tests_require=['tox'],
5050
cmdclass={'test': Tox},
51-
packages=find_packages(),
51+
packages=find_packages(exclude=('test', 'test.*')),
5252
zip_safe=True,
5353
include_package_data=True,
5454
# https://pypi.org/classifiers/

0 commit comments

Comments
 (0)