mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +03:00
Version 0.10
This commit is contained in:
parent
f2ccdcac78
commit
7135367640
3 changed files with 6 additions and 4 deletions
3
setup.py
3
setup.py
|
@ -54,7 +54,8 @@ setup(
|
|||
"Radicale-%s.tar.gz" % radicale.VERSION),
|
||||
license="GNU GPL v3",
|
||||
platforms="Any",
|
||||
packages=["radicale", "radicale.auth", "radicale.storage", "radicale.rights"],
|
||||
packages=[
|
||||
"radicale", "radicale.auth", "radicale.storage", "radicale.rights"],
|
||||
provides=["radicale"],
|
||||
scripts=["bin/radicale"],
|
||||
keywords=["calendar", "addressbook", "CalDAV", "CardDAV"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue