Skip to content

Commit

Permalink
added classifier 'Programming Language :: Python :: 2'
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Aug 13, 2016
1 parent 05d51d3 commit eefffeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
See http://www.python-ldap.org/ for details.
$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 $
"""

has_setuptools = False
Expand Down Expand Up @@ -103,6 +103,7 @@ class OpenLDAP2:
'Operating System :: POSIX',
'Programming Language :: C',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Topic :: Database',
'Topic :: Internet',
'Topic :: Software Development :: Libraries :: Python Modules',
Expand Down

0 comments on commit eefffeb

Please sign in to comment.