Updated setup for new release.
This commit is contained in:
parent
c9dd5d7724
commit
e05dee87a8
4
setup.py
4
setup.py
|
@ -7,7 +7,7 @@ with open('README.md') as f:
|
||||||
setup(
|
setup(
|
||||||
name='scrython',
|
name='scrython',
|
||||||
packages=['scrython', 'scrython.cards', 'scrython.rulings', 'scrython.catalog', 'scrython.sets', 'scrython.symbology'],
|
packages=['scrython', 'scrython.cards', 'scrython.rulings', 'scrython.catalog', 'scrython.sets', 'scrython.symbology'],
|
||||||
version='1.2.0',
|
version='1.3.0',
|
||||||
description='A wrapper for using the Scryfall API.',
|
description='A wrapper for using the Scryfall API.',
|
||||||
long_description=readme,
|
long_description=readme,
|
||||||
url='https://github.com/NandaScott/Scrython',
|
url='https://github.com/NandaScott/Scrython',
|
||||||
|
@ -16,5 +16,5 @@ setup(
|
||||||
author_email='nanda1123@gmail.com',
|
author_email='nanda1123@gmail.com',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
keywords=['Scryfall', 'magic', 'the gathering', 'scrython', 'wrapper'],
|
keywords=['Scryfall', 'magic', 'the gathering', 'scrython', 'wrapper'],
|
||||||
install_requires=['aiohttp', 'asyncio']
|
install_requires=['aiohttp', 'asyncio', 'threading']
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue