Skip to content

Commit

Permalink
Merge pull request #638 from kavanase/master
Browse files Browse the repository at this point in the history
Fix `setup.py` package data so `pip install` without GitHub clone also works for `M3GNetStructure`
  • Loading branch information
shyuep authored Jun 13, 2024
2 parents 8d124ba + 5f95156 commit 3a8b26f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
package_data={
"maml": [
"describers/data/*.json",
"describers/data/megnet_models/*.json",
"describers/data/megnet_mdoels/*.hdf5",
"describers/data/megnet_models/*",
"describers/data/m3gnet_models/matbench_mp_e_form/0/m3gnet/*",
]
},
)

0 comments on commit 3a8b26f

Please sign in to comment.