diff --git a/setup.py b/setup.py index 1bc39a0..b3c37e0 100644 --- a/setup.py +++ b/setup.py @@ -19,4 +19,23 @@ install_requires=[ 'irc' ], + classifiers=[ + 'Intended Audience :: Developers', + 'Intended Audience :: Information Technology', + 'Programming Language :: Python', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.0', + 'Programming Language :: Python :: 3.1', + 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + 'Topic :: Communications', + 'Topic :: Communications :: Chat', + 'Topic :: Communications :: Chat :: Internet Relay Chat', + 'Topic :: Internet', + 'Topic :: Software Development', + 'Topic :: Software Development :: Libraries', + 'Topic :: Software Development :: Libraries :: Application Frameworks' + ] )