Skip to content

Commit

Permalink
Fixes path
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Mar 5, 2019
1 parent 24cd165 commit 01be141
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 @@ -3,7 +3,7 @@
import re, sys
# import versioneer

with open('game/__init__.py', 'r') as fd:
with open('portal/__init__.py', 'r') as fd:
version = re.search(
r'^__version__\s*=\s*[\'"]([^\'"]*)[\'"]',
fd.read(),
Expand Down

0 comments on commit 01be141

Please sign in to comment.