Skip to content

Commit 051fc4e

Browse files
committed
Fix missing data files.
1 parent a4d0e4d commit 051fc4e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,11 @@ include = ["pymatgen", "pymatgen.*"]
113113

114114
[tool.setuptools.package-data]
115115
"pymatgen.entries" = ["*.json.gz", "*.yaml", "data/*.json"]
116-
"pymatgen.core" = ["*.json", "*.json.gz"]
116+
"pymatgen.core" = ["*.json", "*.json.gz", "*.yaml", "data/*.json"]
117117
"pymatgen" = ["py.typed"]
118118
"pymatgen.io.vasp" = ["*.json", "*.json.bz2", "*.json.gz", "*.yaml"]
119119
"pymatgen.io.feff" = ["*.yaml"]
120120
"pymatgen.io.cp2k" = ["*.yaml"]
121-
"pymatgen.io.lobster" = ["lobster_basis/*.yaml"]
122121
"pymatgen.command_line" = ["*"]
123122
"pymatgen.util" = ["*.json", "structures/*.json"]
124123
"pymatgen.io.lammps" = ["CoeffsDataType.yaml", "templates/*.template"]

0 commit comments

Comments
 (0)