fixed packet name
This commit is contained in:
2
setup.py
2
setup.py
@@ -8,5 +8,5 @@ setup(
|
|||||||
description="LDAP Authentication Plugin for Radicale 3",
|
description="LDAP Authentication Plugin for Radicale 3",
|
||||||
author="Raoul Thill",
|
author="Raoul Thill",
|
||||||
license="GNU GPL v3",
|
license="GNU GPL v3",
|
||||||
install_requires=["radicale >= 3.0", "ldap"],
|
install_requires=["radicale >= 3.0", "python-ldap"],
|
||||||
packages=["radicale3_auth_ldap"])
|
packages=["radicale3_auth_ldap"])
|
||||||
|
|||||||
Reference in New Issue
Block a user