aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMyst(MysterialPy) <[email protected]>2020-01-25 15:13:00 +1000
committerRapptz <[email protected]>2020-01-25 21:34:15 -0500
commitc2a05688d7f46d1dcbdadd5f9d153fe6759ffaff (patch)
tree14e569216e010a3db8ed7332394d005b0edd1673 /setup.py
parentFix fetching invites on guilds the user is not in (diff)
downloaddiscord.py-c2a05688d7f46d1dcbdadd5f9d153fe6759ffaff.tar.xz
discord.py-c2a05688d7f46d1dcbdadd5f9d153fe6759ffaff.zip
Add Python 3.8 classifier to setup.py
Added `Programming Language :: Python :: 3.8` classifier to setup.py since Discord.py fully supports it without error or warning.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 1782e248..8202403e 100644
--- a/setup.py
+++ b/setup.py
@@ -68,6 +68,7 @@ setup(name='discord.py',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
'Topic :: Internet',
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules',