Skip to content

Commit

Permalink
[ci skip] Fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
michalk8 committed Dec 8, 2020
1 parent 225c2cd commit 1cd37f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -39,7 +39,6 @@
# description
description=Path("README.rst").read_text("utf-8").splitlines()[2],
long_description=Path("README.rst").read_text("utf-8"),
description_content_type="text/x-rst; charset=UTF-8",
long_description_content_type="text/x-rst; charset=UTF-8",
# links
url="https://omnipathdb.org/",
Expand Down Expand Up @@ -166,7 +165,7 @@
# package installation
packages=find_packages(),
zip_safe=False,
python_required=">=3.7",
python_requires=">=3.7",
include_package_data=False,
# dependency_links = deplinks
install_requires=list(
Expand Down

0 comments on commit 1cd37f5

Please sign in to comment.