You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
376 B

  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,