added a few keywords for pypi indexation

This commit is contained in:
Tarek Ziadé 2011-10-28 17:42:01 +02:00
parent e1a83be02a
commit 5caec1011b
1 changed files with 1 additions and 0 deletions

View File

@ -46,4 +46,5 @@ setup(name='ldappool', version='0.9',
description="A connection pool for python-ldap",
long_description=README,
url='https://github.com/mozilla-services/ldappool',
keywords=['python-ldap', 'ldap', 'pool'],
licence="MPL")