We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50bd8b7 commit f640f85Copy full SHA for f640f85
setup.py
@@ -8,7 +8,7 @@
8
with open('README.md') as f:
9
README = f.read()
10
11
-with open('xivapi/__init__.py') as f:
+with open('pyxivapi/__init__.py') as f:
12
VERSION = re.search(r'^__version__\s*=\s*[\'"]([^\'"]*)[\'"]', f.read(), re.MULTILINE).group(1)
13
14
setuptools.setup(
0 commit comments