b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- 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, |