Skip to content

Commit

Permalink
Update setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Jul 11, 2021
1 parent b7ecf49 commit cf5d459
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 @@ -9,7 +9,7 @@
long_description = fh.read()

setuptools.setup(
name="alignn", # Replace with your own username
name="alignn",
version="2021.07.10",
author="Kamal Choudhary, Brian DeCost",
author_email="[email protected]",
Expand Down Expand Up @@ -40,5 +40,5 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires=">=3.6",
python_requires=">=3.7",
)

0 comments on commit cf5d459

Please sign in to comment.