Skip to content

Commit

Permalink
And again -.-
Browse files Browse the repository at this point in the history
  • Loading branch information
Yandawl committed Mar 1, 2020
1 parent 50bd8b7 commit f640f85
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 @@ -8,7 +8,7 @@
with open('README.md') as f:
README = f.read()

with open('xivapi/__init__.py') as f:
with open('pyxivapi/__init__.py') as f:
VERSION = re.search(r'^__version__\s*=\s*[\'"]([^\'"]*)[\'"]', f.read(), re.MULTILINE).group(1)

setuptools.setup(
Expand Down

0 comments on commit f640f85

Please sign in to comment.