Skip to content

Commit

Permalink
Update PyPI classifiers to better reflect current status
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed Jun 4, 2024
1 parent 2ba3858 commit 85437de
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,21 @@ readme = "README.rst"
license = {file = "LICENSE"}
requires-python = ">=3.9"
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Intended Audience :: Education",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: POSIX :: Linux",
"Operating System :: POSIX",
"Operating System :: MacOS",
"Environment :: Win32 (MS Windows)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Scientific/Engineering :: Chemistry",
"Intended Audience :: Science/Research",
]
dependencies = [
"numpy>=1.0",
Expand Down

0 comments on commit 85437de

Please sign in to comment.