3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-24 03:33:10 +01:00

setup: refresh classifiers

This commit is contained in:
James Lu 2016-08-04 00:27:50 -07:00
parent 1e4044fdf7
commit 347ddc112d

View File

@ -54,20 +54,26 @@ setup(
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'Topic :: Communications :: Chat :: Internet Relay Chat',
'Topic :: Software Development :: Libraries :: Python Modules',
'License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)',
'Environment :: Console',
'Programming Language :: Python :: 3',
'Operating System :: OS Independent',
'Operating System :: POSIX',
'Natural Language :: English',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],
keywords='IRC services chat',
keywords='IRC services relay',
install_requires=['pyyaml', 'ircmatch'],
# Folders (packages of code)