Skip to content

Commit

Permalink
Exclude tests from install
Browse files Browse the repository at this point in the history
Hyphen was there by mistake.
  • Loading branch information
yurivict authored and sckott committed Mar 25, 2022
1 parent 857897a commit 434239b
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 @@ -29,7 +29,7 @@
author_email="[email protected]",
url="https://github.com/sckott/habanero",
license="MIT",
packages=find_packages(exclude=["test-*"]),
packages=find_packages(exclude=["test*"]),
install_requires=["requests>=2.7.0", "tqdm"],
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 434239b

Please sign in to comment.