Skip to content

Commit

Permalink
Exclude tests from packages (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
musicinmybrain authored May 14, 2024
1 parent 1966876 commit 201f1d3
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 @@ -36,7 +36,7 @@ def find_version(*file_paths):
maintainer_email="[email protected]",
url="https://github.com/ohsu-comp-bio/py-tes",
license="MIT",
packages=find_packages(),
packages=find_packages(exclude=["tests*"]),
python_requires=">=3.7, <4",
install_requires=read("requirements.txt").splitlines(),
zip_safe=True,
Expand Down

0 comments on commit 201f1d3

Please sign in to comment.