Add classifiers to setup.py (Python 3.x and natural languages).

This commit is contained in:
Valentin Lorentz 2014-01-12 15:52:10 +01:00
parent 26dbe5ce81
commit b31ce87472

View File

@ -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},