summaryrefslogtreecommitdiff
path: root/buildout.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'buildout.cfg')
-rw-r--r--buildout.cfg14
1 files changed, 4 insertions, 10 deletions
diff --git a/buildout.cfg b/buildout.cfg
index 336a521..5ee72bd 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -1,18 +1,12 @@
[buildout]
-develop = . ../zope.location
-parts = test py
-versions = versions
+develop = .
+parts = test python
[test]
recipe = zc.recipe.testrunner
eggs = zope.security [test]
-[py]
+[python]
recipe = zc.recipe.egg
eggs = zope.security [untrustedpython]
-interpreter = py
-
-[versions]
-zope.traversing = 3.4.0
-zope.app.publisher = 3.4.0
-
+interpreter = python