Browse Source

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.
pull/2538/head
Myst(MysterialPy) 5 years ago
committed by Rapptz
parent
commit
c2a05688d7
  1. 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…
Cancel
Save