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