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 2fb7d3b commit f6a8fdcCopy full SHA for f6a8fdc
setup.py
@@ -12,12 +12,12 @@
12
VERSION = re.search(r'^__version__\s*=\s*[\'"]([^\'"]*)[\'"]', f.read(), re.MULTILINE).group(1)
13
14
setuptools.setup(
15
- name='xivapi',
+ name='pyxivapi',
16
author='Lethys',
17
author_email='seraymericbot@gmail.com',
18
url='https://github.com/xivapi/xivapi-py',
19
version=VERSION,
20
- packages=['xivapi'],
+ packages=['pyxivapi'],
21
license='MIT',
22
description='An asynchronous Python client for XIVAPI',
23
long_description=README,
xivapi/__init__.py
@@ -1,4 +1,4 @@
1
-__title__ = 'xivapi'
+__title__ = 'pyxivapi'
2
__author__ = 'Lethys'
3
__license__ = 'MIT'
4
__copyright__ = 'Copyright 2019 (c) Lethys'
0 commit comments