Skip to content

Commit

Permalink
add MANIFEST.in w/ explicit path to mp_potcar_stats.json.gz for packa…
Browse files Browse the repository at this point in the history
…ging
  • Loading branch information
tsmathis committed May 31, 2024
1 parent a82f949 commit 0eeb5fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions emmet-builders/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include emmet/builders/vasp/mp_potcar_stats.json.gz
2 changes: 1 addition & 1 deletion emmet-builders/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
long_description_content_type="text/markdown",
url="https://github.com/materialsproject/emmet",
packages=find_namespace_packages(include=["emmet.*"]),
package_data={"emmet.builders": ["*.json", "*.json.gz"]},
include_package_data=True,
install_requires=[
"emmet-core[all]",
"emmet-core[ml]",
Expand Down

0 comments on commit 0eeb5fc

Please sign in to comment.