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 3339297 commit dbb0184Copy full SHA for dbb0184
setup.py
@@ -16,7 +16,7 @@
16
author="Russell Cloran",
17
author_email="rcloran@gmail.com",
18
license="GPL-3.0",
19
- packages=find_packages(exclude=["*.tests"]),
+ packages=find_packages(exclude=["tests","tests.*"]),
20
install_requires=["pyserial-asyncio", "zigpy>=0.47.0"],
21
tests_require=["pytest", "asynctest", "pytest-asyncio"],
22
)
0 commit comments