Skip to content

Commit

Permalink
update setup description
Browse files Browse the repository at this point in the history
  • Loading branch information
yihming committed Jan 7, 2024
1 parent 769a6a0 commit 87a5ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
long_description=long_description,
url="https://github.com/lilab-bcb/harmony-pytorch",
author="Yiming Yang, Bo Li",
author_email="[email protected], [email protected]",
author_email="[email protected], [email protected]",
classifiers=[ # https://pypi.python.org/pypi?%3Aaction=list_classifiers
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
Expand All @@ -41,5 +41,5 @@
packages=find_packages(),
install_requires=requires,
setup_requires=["setuptools_scm"],
python_requires="~=3.5",
python_requires="~=3.8",
)

0 comments on commit 87a5ae3

Please sign in to comment.