Mercurial > hg > FederatedLinda
view tools/python-PE/modules/setup.py @ 20:a0fd653d1121
Debug Client and Meta Engine for logging.
author | kono |
---|---|
date | Tue, 19 Aug 2008 06:26:20 +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])