Skip to content

Commit

Permalink
Merge pull request #27 from chrisjonesBSU/fix/setup
Browse files Browse the repository at this point in the history
include assets dir in setup.py
  • Loading branch information
chrisjonesBSU authored Aug 25, 2023
2 parents d888a16 + 3d1acc1 commit c5dd6e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Install package
shell: bash -l {0}
run: pip install -e .
run: pip install .

- name: Run pytest with coverage report
shell: bash -l {0}
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def run(self):
"library/*",
"library/forcefields/*",
"library/monomers/*",
"assets/*",
]
},
install_requires=REQUIRED,
Expand Down

0 comments on commit c5dd6e7

Please sign in to comment.