From 347ddc112d6fe17c98c303d24f41675ce3746d4b Mon Sep 17 00:00:00 2001 From: James Lu Date: Thu, 4 Aug 2016 00:27:50 -0700 Subject: [PATCH] setup: refresh classifiers --- setup.py | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 2a7060f..2dbfb3c 100644 --- a/setup.py +++ b/setup.py @@ -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)