Repository URL to install this package:
|
Version:
4.1.2 ▾
|
zope.interface
/
buildout.cfg
|
|---|
[buildout]
develop = .
parts = test python
[test]
recipe = zc.recipe.testrunner
eggs = zope.interface
zope.event
[python]
recipe = zc.recipe.egg
eggs = zope.interface
zope.event
interpreter = python