summaryrefslogtreecommitdiff
path: root/devel/pyrex/files/setup.py
blob: 7ab6cb95891cd45d510a396e2066c63462b04c38 (plain) (blame)
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'],
    )