From cf5d459071d192417195b116bf7bbabf108e1328 Mon Sep 17 00:00:00 2001 From: knc6 Date: Sun, 11 Jul 2021 12:39:40 -0400 Subject: [PATCH] Update setup.py. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ff2f7794..2bdf3757 100644 --- a/setup.py +++ b/setup.py @@ -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="kamal.choudhary@nist.gov", @@ -40,5 +40,5 @@ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ], - python_requires=">=3.6", + python_requires=">=3.7", )