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 bd22d39 commit c3b08fcCopy full SHA for c3b08fc
setup.py
@@ -17,6 +17,7 @@
17
author_email='seraymericbot@gmail.com',
18
url='https://github.com/xivapi/xivapi-py',
19
version=VERSION,
20
+ packages=['xivapi-py'],
21
license='MIT',
22
description='An asynchronous Python client for XIVAPI',
23
long_description=README,
xivapi/__init__.py
@@ -1,8 +1,8 @@
1
-__title__ = 'xivapi-py'
+__title__ = 'xivapi'
2
__author__ = 'Lethys'
3
__license__ = 'MIT'
4
__copyright__ = 'Copyright 2019 (c) Lethys'
5
-__version__ = '0.1.4'
+__version__ = '0.1.5'
6
7
from .client import XIVAPIClient
8
from .exceptions import *
0 commit comments