Skip to content

Commit

Permalink
Fixing file path to version.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
annawoodard committed Mar 19, 2018
1 parent 55e7dde commit 9fc073c
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
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

with open('parsl/version.py') as f:
with open('libsubmit/version.py') as f:
exec(f.read())

install_requires = [
Expand Down

0 comments on commit 9fc073c

Please sign in to comment.