2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 18:12:43 +00:00

no message

[SVN r18107]
This commit is contained in:
Bruno da Silva de Oliveira
2003-03-27 17:23:52 +00:00
parent cd985a33d8
commit 28a2792280

2
pyste/dist/setup.py vendored
View File

@@ -1,4 +1,6 @@
from distutils.core import setup
import py2exe
import sys
sys.path.append('../src')
setup(name='pyste', scripts=['../src/pyste.py'])