Browse Source

Merge branch 'master' of github.com:Kozea/radicale

Guillaume Ayoub 10 years ago
parent
commit
058bd454c0
1 changed files with 1 additions and 2 deletions
  1. 1 2
      setup.py

+ 1 - 2
setup.py

@@ -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"],