Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
apurv-r authored Jul 29, 2021
1 parent b8edc25 commit 7a5b5a8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
project_urls={
"Issue tracker": "https://github.com/apurv-r/discord-together/issues",
},
download_url="https://github.com/apurv-r/discord-together/archive/refs/tags/1.1.0.tar.gz",
version='1.1.0',
download_url="https://github.com/apurv-r/discord-together/archive/refs/tags/1.1.1.tar.gz",
version='1.1.1',
license='MIT',
description='Utilize the BETA Discord VC Party Games feature!',
long_description=readme,
Expand All @@ -22,14 +22,16 @@
install_requires=[
"discord.py>=1.5",
],
keywords = ['discord.py','discord together','youtube together','party games','discord activities','discord games'],
python_requires='>=3.8.0',
keywords = ['discord.py','discord together','youtube together','voice activities','discord activities','discord games'],
python_requires='>=3.6.0',
classifiers=[
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: MIT License',
'Intended Audience :: Developers',
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Topic :: Internet',
Expand Down

0 comments on commit 7a5b5a8

Please sign in to comment.