summaryrefslogtreecommitdiff
path: root/buildout.cfg
diff options
context:
space:
mode:
authorMichael Bernstein <michael@fandomhome.com>2007-02-28 15:43:27 +0000
committerMichael Bernstein <michael@fandomhome.com>2007-02-28 15:43:27 +0000
commit96a7aab6a432dcd3a9d9e4a587c9920e7c2301a7 (patch)
tree25609f83d26e8d1ba31d33ca7f61f28aa832bfdb /buildout.cfg
parent037de95d68439f37368d33ac2c417178a3a2a5e6 (diff)
downloadzope-pagetemplate-96a7aab6a432dcd3a9d9e4a587c9920e7c2301a7.tar.gz
buildoutification of zope.pagetemplate.
Diffstat (limited to 'buildout.cfg')
-rw-r--r--buildout.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/buildout.cfg b/buildout.cfg
new file mode 100644
index 0000000..86a42c3
--- /dev/null
+++ b/buildout.cfg
@@ -0,0 +1,9 @@
+[buildout]
+develop = .
+parts = test
+
+find-links = http://download.zope.org/distribution/
+
+[test]
+recipe = zc.recipe.testrunner
+eggs = zope.pagetemplate