Update to support Radicale 3.x
This commit is contained in:
6
setup.py
6
setup.py
@@ -4,9 +4,9 @@ from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="radicale-auth-ldap",
|
||||
version="0.1",
|
||||
description="LDAP Authentication Plugin for Radicale 2",
|
||||
version="3.0",
|
||||
description="LDAP Authentication Plugin for Radicale 3",
|
||||
author="Raoul Thill",
|
||||
license="GNU GPL v3",
|
||||
install_requires=["radicale >= 2.0", "ldap3 >= 2.3"],
|
||||
install_requires=["radicale >= 3.0", "ldap3 >= 2.3"],
|
||||
packages=["radicale_auth_ldap"])
|
||||
|
||||
Reference in New Issue
Block a user