Skip to content

Commit

Permalink
Fixing path for version file. Been working on MNL too much.
Browse files Browse the repository at this point in the history
  • Loading branch information
ColtonProvias committed Jun 28, 2016
1 parent a4d2fd2 commit 2a07cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -18,7 +18,7 @@

requirements = ['SQLAlchemy', 'inflection']

with open('mynewleaf/__version__.py', 'r') as f:
with open('sqlalchemy_jsonapi/__version__.py', 'r') as f:
version = ast.parse(f.read()).body[0].value.s

if sys.version_info[0] != 3 or sys.version_info[1] < 4:
Expand Down

0 comments on commit 2a07cfb

Please sign in to comment.