summaryrefslogtreecommitdiff
path: root/buildout.cfg
diff options
context:
space:
mode:
authorDan Korostelev <nadako@gmail.com>2009-03-12 02:46:14 +0000
committerDan Korostelev <nadako@gmail.com>2009-03-12 02:46:14 +0000
commit2bc8272e6f3a766a9678d88e16207055d4c83bf9 (patch)
tree5b25e69d9fb30bbbaf5dcbda9f073235995ae188 /buildout.cfg
parenta6e5f1ca120358bf764e5d5881ebb89ce0736389 (diff)
downloadzope-i18nmessageid-2bc8272e6f3a766a9678d88e16207055d4c83bf9.tar.gz
Changed package's mailing list address to zope-dev at zope.org
Reformatted change log to common formatting style. Update package description and docs a little. Remove old .cfg files for zpkg.
Diffstat (limited to 'buildout.cfg')
-rw-r--r--buildout.cfg14
1 files changed, 6 insertions, 8 deletions
diff --git a/buildout.cfg b/buildout.cfg
index 0213d0e..70de7bf 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -1,14 +1,12 @@
[buildout]
develop = .
-parts = interpreter test
-
-find-links = http://download.zope.org/distribution/
-
-[interpreter]
-recipe = zc.recipe.egg
-interpreter = py
-eggs = zope.i18nmessageid
+parts = test python
[test]
recipe = zc.recipe.testrunner
eggs = zope.i18nmessageid
+
+[python]
+recipe = zc.recipe.egg
+eggs = zope.i18nmessageid
+interpreter = python