aboutsummaryrefslogtreecommitdiff
path: root/buildout.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'buildout.cfg')
-rw-r--r--buildout.cfg15
1 files changed, 0 insertions, 15 deletions
diff --git a/buildout.cfg b/buildout.cfg
deleted file mode 100644
index 160db4c..0000000
--- a/buildout.cfg
+++ /dev/null
@@ -1,15 +0,0 @@
1[buildout]
2parts = django
3find-links = http://bitbucket.org/ubernostrum/django-registration/downloads/django-registration-0.8-alpha-1.tar.gz
4unzip = true
5eggs = pkginfo
6 django-registration==0.8-alpha-1
7
8[django]
9recipe = djangorecipe
10version = 1.1.1
11settings = settings
12eggs = ${buildout:eggs}
13test = djangopypi
14project = chishop
15wsgi = true