Skip to content

Commit

Permalink
include run_types yaml in distro
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Jun 3, 2021
1 parent fa5f834 commit 0071e38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions emmet-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
author_email="[email protected]",
url="https://github.com/materialsproject/emmet",
packages=find_namespace_packages(include=["emmet.*"]),
package_data={"emmet.core.vasp.calc_types": ["*.yaml"]},
include_package_data=True,
install_requires=[
"pymatgen>=2021.3,<2023.0",
"monty~=2021.3",
Expand Down

0 comments on commit 0071e38

Please sign in to comment.