Skip to content

Commit 01026a8

Browse files
authored
Update setup.py
Updated email and python version in setup.py
1 parent f91155a commit 01026a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name="HTESP",
66
version="v1.0",
77
author="Niraj K. Nepal",
8-
8+
author_email="[email protected]",
99
license="",
1010
description="Package to perform high-throughput QE and VASP calculations",
1111
url="https://github.com/Neraaz/HTESP",
@@ -23,7 +23,7 @@
2323
],
2424
# scripts=["alignn/alignn_train_folder.py"],
2525
packages=setuptools.find_packages(),
26-
python_requires=">=3.7",
26+
python_requires=">=3.10",
2727
classifiers=[
2828
"Programming Language :: Python :: 3 + Bash Scripting",
2929
"Operating System :: UNIX",

0 commit comments

Comments
 (0)