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:
2
setup.py
2
setup.py
@@ -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',
|
||||||
|
Reference in New Issue
Block a user