Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
package to distribute ldap sub-package
Instead of listing all Python files, use distutils' and setuptools' `package` direcective to ship the ldap. ldap.controls, ldap.extop, and ldap.schema packages. The modules ldapurl, ldif, and slaptest are not packages and therefore still use `py_module`. The `ldap.controls.pagedresults` module is now shipped and installed. https://github.com/python-ldap/python-ldap/pull/29 Closes: #26 Signed-off-by: Christian Heimes <cheimes@redhat.com>
- Loading branch information