We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b691d commit 6445c2bCopy full SHA for 6445c2b
pyproject.toml
@@ -74,8 +74,10 @@ repository = "https://github.com/hackingmaterials/atomate2"
74
documentation = "https://materialsproject.github.io/atomate2/"
75
changelog = "https://github.com/hackingmaterials/atomate2/blob/main/docs/about/changelog.md"
76
77
-[tool.setuptools]
78
-package-data = {"atomate2" = ["py.typed", "*.yaml", "*.json"]}
+[tool.setuptools.package-data]
+atomate2 = ["py.typed"]
79
+"atomate2.vasp.sets" = ["*.yaml"]
80
+"atomate2.vasp.schemas.calc_types" = ["*.yaml"]
81
82
[tool.versioningit.vcs]
83
method = "git"
0 commit comments