mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-07 18:30:54 +00:00
Code cleaned and modules renamed
*Radicale is probably broken now*
This commit is contained in:
parent
a17ad1b6a3
commit
45afac5353
17 changed files with 131 additions and 360 deletions
7
setup.py
7
setup.py
|
@ -51,11 +51,12 @@ setup(
|
|||
author="Guillaume Ayoub",
|
||||
author_email="guillaume.ayoub@kozea.fr",
|
||||
url="http://www.radicale.org/",
|
||||
download_url="http://pypi.python.org/packages/source/R/Radicale/" \
|
||||
"Radicale-%s.tar.gz" % radicale.VERSION,
|
||||
download_url=("http://pypi.python.org/packages/source/R/Radicale/"
|
||||
"Radicale-%s.tar.gz" % radicale.VERSION),
|
||||
license="GNU GPL v3",
|
||||
platforms="Any",
|
||||
packages=["radicale", "radicale.acl", "radicale.storage"],
|
||||
packages=[
|
||||
"radicale", "radicale.auth", "radicale.rights", "radicale.storage"],
|
||||
provides=["radicale"],
|
||||
scripts=["bin/radicale"],
|
||||
keywords=["calendar", "addressbook", "CalDAV", "CardDAV"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue