Browse Source

Update classifier in setup.py

pull/2054/head v1.0.0
Rapptz 6 years ago
parent
commit
d37839f38a
  1. 2
      setup.py

2
setup.py

@ -60,7 +60,7 @@ setup(name='discord.py',
extras_require=extras_require,
python_requires='>=3.5.3',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: MIT License',
'Intended Audience :: Developers',
'Natural Language :: English',

Loading…
Cancel
Save