From b31ce874728460a73e6fd248bedc2775e944a039 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 12 Jan 2014 15:52:10 +0100 Subject: [PATCH] Add classifiers to setup.py (Python 3.x and natural languages). --- setup.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup.py b/setup.py index 1a5b3ec41..e75e71143 100644 --- a/setup.py +++ b/setup.py @@ -221,11 +221,18 @@ setup( 'License :: OSI Approved :: BSD License', 'Topic :: Communications :: Chat :: Internet Relay Chat', 'Natural Language :: English', + 'Natural Language :: Finnish', + 'Natural Language :: French', + 'Natural Language :: Hungarian', + 'Natural Language :: Italian', 'Operating System :: OS Independent', 'Operating System :: POSIX', 'Operating System :: Microsoft :: Windows', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', ], cmdclass = {'build_py': build_py},