We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d51d3 commit eefffebCopy full SHA for eefffeb
1 file changed
setup.py
@@ -3,7 +3,7 @@
3
4
See http://www.python-ldap.org/ for details.
5
6
-$Id: setup.py,v 1.75 2016/04/07 20:17:16 stroeder Exp $
+$Id: setup.py,v 1.76 2016/08/13 09:44:08 stroeder Exp $
7
"""
8
9
has_setuptools = False
@@ -103,6 +103,7 @@ class OpenLDAP2:
103
'Operating System :: POSIX',
104
'Programming Language :: C',
105
'Programming Language :: Python',
106
+ 'Programming Language :: Python :: 2',
107
'Topic :: Database',
108
'Topic :: Internet',
109
'Topic :: Software Development :: Libraries :: Python Modules',
0 commit comments