Skip to content

Commit

Permalink
Update setup.py (#90)
Browse files Browse the repository at this point in the history
Fix the setup.py file.
  • Loading branch information
SamTov authored May 23, 2023
1 parent 818df3b commit 807d4f6
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 @@ -42,7 +42,7 @@
long_description = fh.read()

setuptools.setup(
name="ZnRND",
name="ZnNL",
version="0.0.1",
author="zincware",
author_email="[email protected]",
Expand All @@ -56,6 +56,6 @@
"License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)",
"Operating System :: OS Independent",
],
python_requires=">=3.8",
python_requires=">=3.10",
install_requires=requirements,
)

0 comments on commit 807d4f6

Please sign in to comment.