1 2 3 4 5 6 7 8
from distutils.core import setup setup( name = 'pyrex', version = "%%PORTVERSION%%", packages = ['Pyrex', 'Pyrex.Compiler', 'Pyrex.Mac'], scripts = ['pyrexc'], )