3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-24 11:42:51 +01:00

setup: update PyPI classifiers

- Declare Python 3.6 support
- Change development status to Production/Stable
This commit is contained in:
James Lu 2017-12-22 00:07:49 -08:00
parent 5f9365a521
commit dbc9d1690d

View File

@ -55,7 +55,7 @@ setup(
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
@ -72,6 +72,7 @@ setup(
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
keywords='IRC services relay',