Skip to content

Commit

Permalink
Merge branch 'main' into feat_s3_sshtunnel
Browse files Browse the repository at this point in the history
  • Loading branch information
rkingsbury authored Nov 21, 2023
2 parents d31a054 + e31a8ce commit 8308ad7
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 = "feedback@materialsproject.org"}
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 8308ad7

Please sign in to comment.