mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-16 23:39:22 +01:00
Add classifiers to setup.py (Python 3.x and natural languages).
This commit is contained in:
parent
26dbe5ce81
commit
b31ce87472
7
setup.py
7
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},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user