leifj/pyXMLSecurity

View on GitHub
buildout.cfg

Summary

Maintainability
Test Coverage
[buildout]
parts = python scripts
develop = .
eggs = pyXMLSecurity

[python]
recipe = zc.recipe.egg
interpreter = python
eggs = ${buildout:eggs}

[scripts]
recipe = zc.recipe.egg:scripts
eggs = ${buildout:eggs}