fixed packet name

This commit is contained in:
Sebastian Rust
2022-07-02 16:00:44 +02:00
parent 4d9221b37a
commit 82f2393e08

View File

@@ -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"])