pyxml-python.cfg 240 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
[buildout]
extends =
 libexpat.cfg

parts =
  pyxml-python

[pyxml-python]
recipe = zc.recipe.egg:custom
egg = PyXML
include-dirs =
  ${libexpat:location}/include
library-dirs =
  ${libexpat:location}/lib
rpath =
  ${libexpat:location}/lib