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 2a0da16 commit 24b1523Copy full SHA for 24b1523
1 file changed
setup.py
@@ -17,7 +17,7 @@
17
description="Python module to talk to ISY994 from UDI.",
18
long_description=README,
19
long_description_content_type="text/markdown",
20
- packages=find_packages(),
+ packages=find_packages(exclude=["tests", "tests.*"]),
21
zip_safe=False,
22
include_package_data=True,
23
platforms="any",
0 commit comments