From 9b6ebd488f8cf6c0c70c4d9717b168ecb8d1dadc Mon Sep 17 00:00:00 2001 From: kakwa Date: Tue, 21 Jul 2015 08:38:38 +0200 Subject: [PATCH] fix classifiers --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4b6b317..9170258 100755 --- a/setup.py +++ b/setup.py @@ -136,6 +136,7 @@ setup( 'Operating System :: POSIX', 'Programming Language :: Python', 'Programming Language :: Python :: 2.7', - 'Topic :: Internet :: LDAP' + 'Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP', + 'Topic :: System :: Systems Administration :: Authentication/Directory', ], )