changeset 0 | 712d20d2751e |
child 4 | 974354a28adc |
-1:000000000000 | 0:712d20d2751e |
---|---|
1 [buildout] |
|
2 develop = . |
|
3 parts = package test |
|
4 find-links = http://download.zope.org/distribution/ |
|
5 newest = false |
|
6 eggs-directory = /var/local/src/ztfy/eggs |
|
7 |
|
8 [package] |
|
9 recipe = zc.recipe.egg |
|
10 eggs = ztfy.utils |
|
11 zope.app.zapi |
|
12 |
|
13 [test] |
|
14 recipe = zc.recipe.testrunner |
|
15 eggs = ztfy.utils [test] |