Skip to content

Commit dbb0184

Browse files
authored
Update setup.py, make the exclude for 'tests' work (#125)
1 parent 3339297 commit dbb0184

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
@@ -16,7 +16,7 @@
1616
author="Russell Cloran",
1717
author_email="rcloran@gmail.com",
1818
license="GPL-3.0",
19-
packages=find_packages(exclude=["*.tests"]),
19+
packages=find_packages(exclude=["tests","tests.*"]),
2020
install_requires=["pyserial-asyncio", "zigpy>=0.47.0"],
2121
tests_require=["pytest", "asynctest", "pytest-asyncio"],
2222
)

0 commit comments

Comments
 (0)