Skip to content

Commit

Permalink
Exclude tests directory from pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
markkuleinio committed Oct 16, 2020
1 parent 4c3b0f8 commit 9b46c46
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 @@ -10,7 +10,7 @@
include_package_data=True,
use_scm_version=True,
setup_requires=["setuptools_scm"],
packages=find_packages(),
packages=find_packages(exclude=["tests", "tests.*"]),
install_requires=["requests>=2.20.0,<3.0", "six==1.*",],
zip_safe=False,
keywords=["netbox"],
Expand Down

0 comments on commit 9b46c46

Please sign in to comment.