Skip to content

Commit

Permalink
Add metadata for PyPI in pyproject.toml (#61)
Browse files Browse the repository at this point in the history
* Add metadata for PyPI in pyproject.toml

* rm duplicate fields

---------

Co-authored-by: Kristjan Eimre <kristjaneimre@gmail.com>
  • Loading branch information
ml-evs and eimrek authored Jul 30, 2024
1 parent 3f4dcf4 commit 8438988
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ description = "Tools for making OPTIMADE APIs from raw structural data."
readme = "README.md"
version = "0.2.2"
requires-python = ">=3.10"
license = { text = "MIT" }
keywords = ["optimade", "jsonapi", "materials"]

classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Intended Audience :: Science/Research",
"Topic :: Database",
"Topic :: Scientific/Engineering",
]

dependencies = [
"pydantic~=2.2",
Expand Down

0 comments on commit 8438988

Please sign in to comment.