py-zope.interface/buildout.cfg

15 lines
215 B
INI
Raw Permalink Normal View History

2007-01-03 17:29:17 +02:00
[buildout]
develop = .
2012-03-26 23:56:58 +03:00
parts = test python
2007-01-03 17:29:17 +02:00
[test]
recipe = zc.recipe.testrunner
eggs = zope.interface
zope.event
2007-01-03 17:29:17 +02:00
[python]
recipe = zc.recipe.egg
eggs = zope.interface
zope.event
interpreter = python