Update packaging informations to point at pyldap.

This commit is contained in:
Raphaël Barrois 2015-07-27 21:56:01 +02:00
parent b678b6883a
commit e1c84998ad
2 changed files with 8 additions and 9 deletions

View File

@ -31,8 +31,8 @@ optimize = 1
[bdist_rpm]
provides = python-ldap
requires = python libldap-2_4
vendor = python-ldap project
packager = Michael Stroeder
vendor = pyldap project
packager = PyLDAP team
distribution_name = openSUSE 11.x
release = 1
doc_files = CHANGES README INSTALL TODO Demo/

View File

@ -96,17 +96,16 @@ setup(
name = name,
version = version,
description = 'Python modules for implementing LDAP clients',
long_description = """python-ldap:
python-ldap provides an object-oriented API to access LDAP directory servers
from Python programs. Mainly it wraps the OpenLDAP 2.x libs for that purpose.
long_description = """pyldap:
pyldap is a fork of python-ldap, and provides an object-oriented API to access LDAP
directory servers from Python programs. Mainly it wraps the OpenLDAP 2.x libs for that purpose.
Additionally the package contains modules for other LDAP-related stuff
(e.g. processing LDIF, LDAPURLs, LDAPv3 schema, LDAPv3 extended operations
and controls, etc.).
""",
author = 'python-ldap project',
author_email = 'python-ldap@python.org',
url = 'http://www.python-ldap.org/',
download_url = 'http://pypi.python.org/pypi/python-ldap/',
author = 'pyldap project',
url = 'https://github.com/pyldap/pyldap/',
download_url = 'http://pypi.python.org/pypi/pyldap/',
classifiers = [
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',