Skip to content

Commit

Permalink
MNT: expand list of classifiers
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.
  • Loading branch information
paddyroddy committed Sep 11, 2024
1 parent 27fa141 commit 3365134
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,18 @@ 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",
"Typing :: Typed",
]
dependencies = [
"numpy>=1.20.0",
Expand Down

0 comments on commit 3365134

Please sign in to comment.