Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/python/pyste/dist/setup.py @ 13

Last change on this file since 13 was 12, checked in by landauf, 17 years ago

added boost

File size: 134 bytes
Line 
1from distutils.core import setup
2import py2exe
3import sys
4
5sys.path.append('../src')
6setup(name='pyste', scripts=['../src/pyste.py'])
Note: See TracBrowser for help on using the repository browser.