Skip to content

Commit f640f85

Browse files
committed
And again -.-
1 parent 50bd8b7 commit f640f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
with open('README.md') as f:
99
README = f.read()
1010

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

1414
setuptools.setup(

0 commit comments

Comments
 (0)