aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSverre Johansen <sverrej@opera.com>2009-11-10 23:46:45 +0100
committerSverre Johansen <sverrej@opera.com>2009-11-11 15:19:12 +0100
commitecbd3d1b492d4e7c4887ca24879946209843c692 (patch)
tree359baea4e6494a6131d75c4131b3551dacd05a9d
parent23407b8d0e701f284749275bdb050f300e1b3dfb (diff)
downloadchishop-ecbd3d1b492d4e7c4887ca24879946209843c692.tar.bz2
chishop-ecbd3d1b492d4e7c4887ca24879946209843c692.tar.xz
chishop-ecbd3d1b492d4e7c4887ca24879946209843c692.zip
Force buildout to unzip all eggs
-rw-r--r--buildout.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildout.cfg b/buildout.cfg
index 3b5500a..04e0acf 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -1,6 +1,7 @@
1[buildout] 1[buildout]
2parts = django 2parts = django
3find-links = http://bitbucket.org/ubernostrum/django-registration/downloads/django-registration-0.8-alpha-1.tar.gz 3find-links = http://bitbucket.org/ubernostrum/django-registration/downloads/django-registration-0.8-alpha-1.tar.gz
4unzip = true
4eggs = pkginfo 5eggs = pkginfo
5 django-registration==0.8-alpha-1 6 django-registration==0.8-alpha-1
6 7