Skip to content

Commit f6a8fdc

Browse files
committed
Rename package
1 parent 2fb7d3b commit f6a8fdc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
VERSION = re.search(r'^__version__\s*=\s*[\'"]([^\'"]*)[\'"]', f.read(), re.MULTILINE).group(1)
1313

1414
setuptools.setup(
15-
name='xivapi',
15+
name='pyxivapi',
1616
author='Lethys',
1717
author_email='[email protected]',
1818
url='https://github.com/xivapi/xivapi-py',
1919
version=VERSION,
20-
packages=['xivapi'],
20+
packages=['pyxivapi'],
2121
license='MIT',
2222
description='An asynchronous Python client for XIVAPI',
2323
long_description=README,

xivapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__title__ = 'xivapi'
1+
__title__ = 'pyxivapi'
22
__author__ = 'Lethys'
33
__license__ = 'MIT'
44
__copyright__ = 'Copyright 2019 (c) Lethys'

0 commit comments

Comments
 (0)