Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
add mvl_models in wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi Chen committed Apr 14, 2020
1 parent b2cfb37 commit bd1432a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Empty file added mvl_models/__init__.py
Empty file.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
},
packages=find_packages(),
package_data={
"megnet": ["*.json", "*.md"]
"megnet": ["*.json", "*.md"],
"mvl_models": ["*/*.json", "*/*.md", "*/*.hdf5"],
},
keywords=["materials", "science", "machine", "learning", "deep", "graph", "networks", "neural"],
classifiers=[
Expand Down

0 comments on commit bd1432a

Please sign in to comment.