Merge pull request #375 from untitaker/old-packages

Remove old packages
This commit is contained in:
Guillaume Ayoub 2016-04-08 12:08:46 +02:00
commit e34d9eeaff

View File

@ -53,8 +53,7 @@ setup(
"Radicale-%s.tar.gz" % radicale.VERSION),
license="GNU GPL v3",
platforms="Any",
packages=[
"radicale", "radicale.auth", "radicale.storage", "radicale.rights"],
packages=["radicale"],
provides=["radicale"],
scripts=["bin/radicale"],
keywords=["calendar", "addressbook", "CalDAV", "CardDAV"],