Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
ejedev authored Feb 20, 2020
1 parent 50d9fab commit 67758ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@
setup(
name = 'Unleashed',
packages = ['Unleashed'],
version = '0.2',
version = '0.2.1',
license='MIT',
description = 'A Python library to interact with the Unleashed API.',
author = 'ejedev',
author_email = 'ev3098@gmail.com',
url = 'https://github.com/ejedev/Unleashed',
download_url = 'https://github.com/ejedev/Unleashed/archive/v0.2.tar.gz',
download_url = 'https://github.com/ejedev/Unleashed/archive/v0.2.1.tar.gz',
keywords = ['Unleashed', 'API'],
install_requires=[
'wheel',
@@ -19,6 +19,8 @@
'Intended Audience :: Developers',
'Topic :: Software Development :: Build Tools',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
)

0 comments on commit 67758ed

Please sign in to comment.