Skip to content

Commit

Permalink
Merge pull request #892 from rkingsbury/cfg
Browse files Browse the repository at this point in the history
update package metadata in pyproject.toml
  • Loading branch information
rkingsbury authored Nov 21, 2023
2 parents dac4516 + cc1c721 commit e31a8ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[project]
name = "maggma"
dynamic = ["version", "readme"]
dynamic = ["version", "readme", "scripts", "classifiers", "dependencies","optional-dependencies", "license"]
requires-python = ">=3.8"
description="Framework to develop datapipelines from files on disk to full dissemenation API"
authors =[
{name = "The Materials Project", email = "[email protected]"}
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
package_data={"maggma": ["py.typed"]},
zip_safe=False,
include_package_data=True,
python_requires=">=3.8",
install_requires=[
"setuptools",
"ruamel.yaml<0.18",
Expand Down

0 comments on commit e31a8ce

Please sign in to comment.