Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Aug 17, 2024
1 parent cf3c81c commit df3399e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Package = "https://pypi.org/project/chgnet"
find = { include = ["chgnet*"], exclude = ["tests", "tests*"] }

[tool.setuptools.package-data]
"chgnet" = ["*.json"]
"chgnet" = ["*.json", "py.typed"]
"chgnet.pretrained" = ["*", "**/*"]

[build-system]
Expand Down

0 comments on commit df3399e

Please sign in to comment.