Mercurial > hg > FederatedLinda
view tools/python-PE/modules/setup.py @ 88:5d1189e9e420
MetaLinda.sync() fix
author | one |
---|---|
date | Thu, 11 Feb 2010 12:22:41 +0900 |
parents | 6c40056777be |
children |
line wrap: on
line source
from distutils.core import setup, Extension psxlinda = Extension('psxlinda', sources = ['psxlindamodule.c']) setup(name = 'PSXLinda Module', version = '1.0', description = 'This is PSXLinda Module', ext_modules = [psxlinda])