File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 33setup (
44 name = 'Unleashed' ,
55 packages = ['Unleashed' ],
6- version = '0.2' ,
6+ version = '0.2.1 ' ,
77 license = 'MIT' ,
88 description = 'A Python library to interact with the Unleashed API.' ,
99 author = 'ejedev' ,
1010 author_email = 'ev3098@gmail.com' ,
1111 url = 'https://github.com/ejedev/Unleashed' ,
12- download_url = 'https://github.com/ejedev/Unleashed/archive/v0.2.tar.gz' ,
12+ download_url = 'https://github.com/ejedev/Unleashed/archive/v0.2.1. tar.gz' ,
1313 keywords = ['Unleashed' , 'API' ],
1414 install_requires = [
1515 'wheel' ,
1919 'Intended Audience :: Developers' ,
2020 'Topic :: Software Development :: Build Tools' ,
2121 'License :: OSI Approved :: MIT License' ,
22+ 'Programming Language :: Python :: 3.6' ,
2223 'Programming Language :: Python :: 3.7' ,
24+ 'Programming Language :: Python :: 3.8' ,
2325 ],
2426)
You can’t perform that action at this time.
0 commit comments