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] [bdist_rpm]
provides = python-ldap provides = python-ldap
requires = python libldap-2_4 requires = python libldap-2_4
vendor = python-ldap project vendor = pyldap project
packager = Michael Stroeder packager = PyLDAP team
distribution_name = openSUSE 11.x distribution_name = openSUSE 11.x
release = 1 release = 1
doc_files = CHANGES README INSTALL TODO Demo/ doc_files = CHANGES README INSTALL TODO Demo/

View File

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