Skip to content

Commit

Permalink
chore: update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Jul 5, 2024
1 parent 901eeac commit 455199d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
requires = [
"setuptools",
"wheel",
"oldest-supported-numpy",
"numpy",
]
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def requirements():
version="0.1.2",
setup_requires=['numpy'],
install_requires=['numpy', 'zfpy'],
python_requires=">=3.7,<4.0", # >= 3.7 < 4.0
python_requires=">=3.8,<4.0",
author="William Silversmith",
author_email="[email protected]",
packages=setuptools.find_packages(),
Expand All @@ -38,10 +38,11 @@ def requirements():
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
"Intended Audience :: Science/Research",
"Operating System :: POSIX",
Expand Down

0 comments on commit 455199d

Please sign in to comment.