Added trove classifiers to setup.setup()

Indicates support for Python 2 and Python 3.

Similar changes should be made to https://pypi.python.org/pypi/pyldap to avoid being listed as `red` on http://python3wos.appspot.com/
This commit is contained in:
cclauss 2016-06-07 12:25:23 +02:00
parent 74d509e617
commit dd5138fddd
1 changed files with 2 additions and 0 deletions

View File

@ -116,6 +116,8 @@ setup(
'Operating System :: POSIX', 'Operating System :: POSIX',
'Programming Language :: C', 'Programming Language :: C',
'Programming Language :: Python', 'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Topic :: Database', 'Topic :: Database',
'Topic :: Internet', 'Topic :: Internet',
'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Software Development :: Libraries :: Python Modules',