Fix setup.py
This commit is contained in:
parent
d1379e349a
commit
15ef75301f
3
setup.py
3
setup.py
@ -54,8 +54,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.auth", "radicale.storage"],
|
||||||
"radicale", "radicale.auth", "radicale.rights", "radicale.storage"],
|
|
||||||
provides=["radicale"],
|
provides=["radicale"],
|
||||||
scripts=["bin/radicale"],
|
scripts=["bin/radicale"],
|
||||||
keywords=["calendar", "addressbook", "CalDAV", "CardDAV"],
|
keywords=["calendar", "addressbook", "CalDAV", "CardDAV"],
|
||||||
|
Loading…
Reference in New Issue
Block a user