Skip to content

Commit 27bda83

Browse files
authored
Include package data when installing mattergen (#197)
1 parent fcc7aee commit 27bda83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ csv-to-dataset = "mattergen.scripts.csv_to_dataset:main"
9393
[tool.setuptools.packages.find]
9494
include = ["mattergen*"]
9595

96+
[tool.setuptools.package-data]
97+
"*" = ["**.yaml", "**.csv", "**.pt", "**.json"]
98+
9699
[tool.uv.sources]
97100
torch = { index = "pytorch_linux", marker = "sys_platform == 'linux'" }
98101
torchvision = { index = "pytorch_linux", marker = "sys_platform == 'linux'" }

0 commit comments

Comments
 (0)