mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +03:00
Split the storage filesystem backend into another file
This commit is contained in:
parent
f2d491ea61
commit
b1414c152d
7 changed files with 201 additions and 71 deletions
2
setup.py
2
setup.py
|
@ -55,7 +55,7 @@ setup(
|
|||
"Radicale-%s.tar.gz" % radicale.VERSION,
|
||||
license="GNU GPL v3",
|
||||
platforms="Any",
|
||||
packages=["radicale", "radicale.acl"],
|
||||
packages=["radicale", "radicale.acl", "radicale.storage"],
|
||||
provides=["radicale"],
|
||||
scripts=["bin/radicale"],
|
||||
keywords=["calendar", "CalDAV"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue