Skip to content

Commit 24b1523

Browse files
shbatmclaude
andauthored
fix: exclude tests/ from built wheel (#509)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 2a0da16 commit 24b1523

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
description="Python module to talk to ISY994 from UDI.",
1818
long_description=README,
1919
long_description_content_type="text/markdown",
20-
packages=find_packages(),
20+
packages=find_packages(exclude=["tests", "tests.*"]),
2121
zip_safe=False,
2222
include_package_data=True,
2323
platforms="any",

0 commit comments

Comments
 (0)