Skip to content

Commit c3b08fc

Browse files
committed
Attempt to fix package
1 parent bd22d39 commit c3b08fc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
author_email='seraymericbot@gmail.com',
1818
url='https://github.com/xivapi/xivapi-py',
1919
version=VERSION,
20+
packages=['xivapi-py'],
2021
license='MIT',
2122
description='An asynchronous Python client for XIVAPI',
2223
long_description=README,

xivapi/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
__title__ = 'xivapi-py'
1+
__title__ = 'xivapi'
22
__author__ = 'Lethys'
33
__license__ = 'MIT'
44
__copyright__ = 'Copyright 2019 (c) Lethys'
5-
__version__ = '0.1.4'
5+
__version__ = '0.1.5'
66

77
from .client import XIVAPIClient
88
from .exceptions import *

0 commit comments

Comments
 (0)