diff --git a/pyproject.toml b/pyproject.toml index 3b3383a8..b79dd9b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "pytorch_lightning", "torch", ] -dynamic = ["version"] +version = "0.9.0" [project.scripts] mgl = "matgl.cli:main" @@ -61,7 +61,7 @@ mgl = "matgl.cli:main" where = ["matgl"] [tool.setuptools.package-data] -matgl = ["*.npy"] +"*" = ["sb_roots.npy"] [tool.black]