Skip to content

Commit

Permalink
gh-183: expand list of classifiers (#197)
Browse files Browse the repository at this point in the history
This improves the display and visibility on PyPI. Have kept them also in
alphabetical order. Fixes #183.

Reviewed-by: Saransh Chopra <saransh0701@gmail.com>
Reviewed-by: Nicolas Tessore
  • Loading branch information
paddyroddy authored Sep 12, 2024
1 parent c590b1e commit 52425a5
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,9 +12,17 @@ maintainers = [
{name = "Nicolas Tessore", email = "n.tessore@ucl.ac.uk"},
]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"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 :: Astronomy",
"Topic :: Scientific/Engineering :: Physics",
]
dependencies = [
"numpy>=1.20.0",
Expand Down

0 comments on commit 52425a5

Please sign in to comment.