Skip to content

Commit

Permalink
Merge branch 'master' of github.com:materialsproject/pymatgen
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Aug 24, 2021
2 parents 29014b6 + 2dabcd3 commit 40817cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -137,6 +137,7 @@ def finalize_options(self):
"pymatgen.analysis.structure_prediction": ["*.yaml", "data/*.json"],
"pymatgen.analysis.diffraction": ["*.json"],
"pymatgen.analysis.magnetism": ["default_magmoms.yaml"],
"pymatgen.analysis.solar": ["am1.5G.dat"],
"pymatgen.entries": ["py.typed", "*.json.gz", "*.yaml", "data/*.json"],
"pymatgen.core": ["py.typed", "*.json"],
"pymatgen.io.vasp": ["*.yaml", "*.json"],
Expand All @@ -146,7 +147,7 @@ def finalize_options(self):
"pymatgen.command_line": ["OxideTersoffPotentials"],
"pymatgen.util": ["structures/*.json", "*.json"],
"pymatgen.vis": ["*.yaml"],
"pymatgen.io.lammps": ["CoeffsDataType.yaml"],
"pymatgen.io.lammps": ["CoeffsDataType.yaml", "templates/md.txt"],
"pymatgen.symmetry": ["*.yaml", "*.json", "*.sqlite"],
},
author="Pymatgen Development Team",
Expand Down

0 comments on commit 40817cc

Please sign in to comment.