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:
parent
0033cc83ef
commit
c2a05688d7
1
setup.py
1
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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user