Skip to content

Commit 6445c2b

Browse files
committed
More packaging fixes
1 parent 05b691d commit 6445c2b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,10 @@ repository = "https://github.com/hackingmaterials/atomate2"
7474
documentation = "https://materialsproject.github.io/atomate2/"
7575
changelog = "https://github.com/hackingmaterials/atomate2/blob/main/docs/about/changelog.md"
7676

77-
[tool.setuptools]
78-
package-data = {"atomate2" = ["py.typed", "*.yaml", "*.json"]}
77+
[tool.setuptools.package-data]
78+
atomate2 = ["py.typed"]
79+
"atomate2.vasp.sets" = ["*.yaml"]
80+
"atomate2.vasp.schemas.calc_types" = ["*.yaml"]
7981

8082
[tool.versioningit.vcs]
8183
method = "git"

0 commit comments

Comments
 (0)