Skip to content

Commit

Permalink
Excluding tests from installation
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Oct 7, 2022
1 parent cff9489 commit 8e89378
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 @@ -18,7 +18,7 @@
long_description_content_type="text/markdown",
keywords="conda, YAML",
url=f"https://github.com/tdegeus/{project_name:s}",
packages=find_packages(),
packages=find_packages(exclude=["tests"]),
use_scm_version={"write_to": f"{project_name}/_version.py"},
setup_requires=["setuptools_scm"],
install_requires=["click", "packaging", "pyyaml"],
Expand Down

0 comments on commit 8e89378

Please sign in to comment.