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.
This commit is contained in:
Myst(MysterialPy) 2020-01-25 15:13:00 +10:00 committed by Rapptz
parent 0033cc83ef
commit c2a05688d7

View File

@ -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',