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