Skip to content

Commit

Permalink
Update pyproject.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Nov 20, 2024
1 parent 06654ee commit b095b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = [{ name = "Pymatgen Development Team", email = "[email protected]" }]
maintainers = [
{ name = "Shyue Ping Ong", email = "[email protected]" },
]
description = """A UI for Exploring MatPES."""
description = """Tools for working with MatPES."""
readme = "README.md"
requires-python = ">=3.10,<3.13"
keywords = [
Expand All @@ -26,7 +26,7 @@ keywords = [
"ai",
"ml"
]
license = { text = "MIT" }
license = { text = "BSD-3-Clause" }
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit b095b70

Please sign in to comment.