Skip to content

Commit

Permalink
Merge pull request #226 from UC-Davis-molecular-computing/dev
Browse files Browse the repository at this point in the history
attempt to fix broken setup.py
  • Loading branch information
dave-doty authored Sep 27, 2022
2 parents b263b75 + 0376bc6 commit fde69f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def extract_version(filename: str):
print(f'nuad version = {version}')


with open("../requirements.txt") as fp:
with open("requirements.txt") as fp:
install_requires = fp.read().strip().split("\n")

# read the contents of your README file
Expand Down

0 comments on commit fde69f6

Please sign in to comment.