Skip to content

Commit f7de974

Browse files
committed
Exclude tests from installed packages
1 parent 978f2e6 commit f7de974

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
author=__author__,
2626
author_email=__contact__,
2727
url=__url__,
28-
packages=find_packages(where="src"),
28+
packages=find_packages(
29+
where="src", exclude=["hyperlink.test", "hyperlink.test.*"]
30+
),
2931
package_dir={"": "src"},
3032
package_data=dict(hyperlink=["py.typed", "idna-tables-properties.csv.gz"]),
3133
zip_safe=False,

0 commit comments

Comments
 (0)