Skip to content

Commit

Permalink
add package classifiers to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
joostvanzwieten committed Nov 30, 2022
1 parent 163ea93 commit d8d1114
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ dependencies = [
"treelog>=1.0b5",
]
dynamic = ["description", "version"]
classifiers = [
"License :: OSI Approved :: MIT License",
"Topic :: Scientific/Engineering :: Mathematics",
"Topic :: Scientific/Engineering :: Physics",
]

[project.optional-dependencies]
docs = ["Sphinx>=1.8"]
Expand Down

0 comments on commit d8d1114

Please sign in to comment.