aboutsummaryrefslogtreecommitdiffstats
path: root/buildout.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'buildout.cfg')
-rw-r--r--buildout.cfg29
1 files changed, 0 insertions, 29 deletions
diff --git a/buildout.cfg b/buildout.cfg
deleted file mode 100644
index bcdd699..0000000
--- a/buildout.cfg
+++ /dev/null
@@ -1,29 +0,0 @@
-[buildout]
-parts = python django-1.0 django-trunk
-develop = .
-eggs = django-shorturls
-
-[python]
-recipe = zc.recipe.egg
-interpreter = python
-eggs = ${buildout:eggs}
-
-[django-1.0]
-recipe = djangorecipe
-version = 1.0.2
-projectegg = shorturls
-project = shorturls
-settings = testsettings
-test = shorturls
-testrunner = test-1.0
-eggs = ${buildout:eggs}
-
-[django-trunk]
-recipe = djangorecipe
-version = trunk
-projectegg = shorturls
-project = shorturls
-settings = testsettings
-test = shorturls
-testrunner = test-trunk
-eggs = ${buildout:eggs}