Skip to content

Commit

Permalink
Merge branch 'main' of github.com:snakemake/snakedeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed May 18, 2021
2 parents 0d690f0 + 1cbf110 commit d3fb83a
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 d3fb83a

Please sign in to comment.