Skip to content

Commit

Permalink
Merge pull request #13 from mbargull/dist-exclude-tests
Browse files Browse the repository at this point in the history
Exclude "tests" package from dist
  • Loading branch information
johanneskoester authored Apr 26, 2021
2 parents 8d9263b + c165d98 commit 1cbf110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def get_reqs(lookup=None, key="INSTALL_REQUIRES"):
author_email=AUTHOR_EMAIL,
maintainer=AUTHOR,
maintainer_email=AUTHOR_EMAIL,
packages=find_packages(),
packages=find_packages(exclude=["tests"]),
include_package_data=True,
zip_safe=False,
url=PACKAGE_URL,
Expand Down

0 comments on commit 1cbf110

Please sign in to comment.