From 15ef75301fe70ea8eab5ccc842e13b57b84f3500 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Wed, 14 Aug 2013 11:38:46 +0200 Subject: [PATCH] Fix setup.py --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3510848..afe8e96 100755 --- a/setup.py +++ b/setup.py @@ -54,8 +54,7 @@ setup( "Radicale-%s.tar.gz" % radicale.VERSION), license="GNU GPL v3", platforms="Any", - packages=[ - "radicale", "radicale.auth", "radicale.rights", "radicale.storage"], + packages=["radicale", "radicale.auth", "radicale.storage"], provides=["radicale"], scripts=["bin/radicale"], keywords=["calendar", "addressbook", "CalDAV", "CardDAV"],