[buildout]
parts = cython

[cython]
recipe = zc.recipe.egg:custom
egg = cython

[versions]
cython = 0.29.36
