mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 22:27:36 +03:00
Remove old packages
This commit is contained in:
parent
54dee0c7c4
commit
ecd9922445
1 changed files with 1 additions and 2 deletions
3
setup.py
3
setup.py
|
@ -53,8 +53,7 @@ setup(
|
||||||
"Radicale-%s.tar.gz" % radicale.VERSION),
|
"Radicale-%s.tar.gz" % radicale.VERSION),
|
||||||
license="GNU GPL v3",
|
license="GNU GPL v3",
|
||||||
platforms="Any",
|
platforms="Any",
|
||||||
packages=[
|
packages=["radicale"],
|
||||||
"radicale", "radicale.auth", "radicale.storage", "radicale.rights"],
|
|
||||||
provides=["radicale"],
|
provides=["radicale"],
|
||||||
scripts=["bin/radicale"],
|
scripts=["bin/radicale"],
|
||||||
keywords=["calendar", "addressbook", "CalDAV", "CardDAV"],
|
keywords=["calendar", "addressbook", "CalDAV", "CardDAV"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue