We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978f2e6 commit f7de974Copy full SHA for f7de974
1 file changed
setup.py
@@ -25,7 +25,9 @@
25
author=__author__,
26
author_email=__contact__,
27
url=__url__,
28
- packages=find_packages(where="src"),
+ packages=find_packages(
29
+ where="src", exclude=["hyperlink.test", "hyperlink.test.*"]
30
+ ),
31
package_dir={"": "src"},
32
package_data=dict(hyperlink=["py.typed", "idna-tables-properties.csv.gz"]),
33
zip_safe=False,
0 commit comments