Skip to content

Commit

Permalink
Merge pull request #87 from usnistgov/develop
Browse files Browse the repository at this point in the history
Add package_data in setup.py for loading config and model files.
  • Loading branch information
knc6 authored Jan 10, 2023
2 parents 7a6f924 + 5f813b0 commit 736ec73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alignn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Version number."""
__version__ = "2023.01.09"
__version__ = "2023.01.10"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="alignn",
version="2023.01.09",
version="2023.01.10",
author="Kamal Choudhary, Brian DeCost",
author_email="[email protected]",
description="alignn",
Expand All @@ -33,7 +33,7 @@
"ase",
# "dgl-cu101>=0.6.0",
],
# scripts=["alignn/alignn_train_folder.py"],
package_data={"alignn.ff": ["best_model.pt", "config.json"]},
scripts=[
"alignn/pretrained.py",
"alignn/train_folder.py",
Expand Down

0 comments on commit 736ec73

Please sign in to comment.