Skip to content

Commit

Permalink
Fix pyproject.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyue Ping Ong committed Nov 17, 2023
1 parent 63f1b78 commit f519df4
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 @@ -52,7 +52,7 @@ dependencies = [
"pytorch_lightning",
"torch",
]
dynamic = ["version"]
version = "0.9.0"

[project.scripts]
mgl = "matgl.cli:main"
Expand All @@ -61,7 +61,7 @@ mgl = "matgl.cli:main"
where = ["matgl"]

[tool.setuptools.package-data]
matgl = ["*.npy"]
"*" = ["sb_roots.npy"]


[tool.black]
Expand Down

0 comments on commit f519df4

Please sign in to comment.