From 82f2393e08cd8c502869c44cedc2b035d1c22e93 Mon Sep 17 00:00:00 2001 From: Sebastian Rust Date: Sat, 2 Jul 2022 16:00:44 +0200 Subject: [PATCH] fixed packet name --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b8a5420..44f44e9 100644 --- a/setup.py +++ b/setup.py @@ -8,5 +8,5 @@ setup( description="LDAP Authentication Plugin for Radicale 3", author="Raoul Thill", license="GNU GPL v3", - install_requires=["radicale >= 3.0", "ldap"], + install_requires=["radicale >= 3.0", "python-ldap"], packages=["radicale3_auth_ldap"])