blob: 5b0a7fe8920a4c27dff3d937484dda39b745b905 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/setup.py
2+++ b/setup.py
3@@ -25,7 +25,7 @@ setup(
4 author=__author__,
5 author_email=__contact__,
6 url=__url__,
7- packages=find_packages(where="src"),
8+ packages=find_packages(where="src", exclude=["*.test", "*.test.*"]),
9 package_dir={"": "src"},
10 package_data=dict(hyperlink=["py.typed", "idna-tables-properties.csv.gz"]),
11 zip_safe=False,