Skip to content

Commit

Permalink
Merge pull request #324 from tovrstra/pypi-classifiers
Browse files Browse the repository at this point in the history
Update PyPI classifiers to better reflect current status
  • Loading branch information
tovrstra authored Jun 5, 2024
2 parents 2ba3858 + faad8fe commit 8712d41
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion 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 :: MacOS",
"Operating System :: Microsoft :: 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 8712d41

Please sign in to comment.