mirror of
https://github.com/boostorg/python.git
synced 2026-01-26 18:52:26 +00:00
5 lines
97 B
Python
5 lines
97 B
Python
from distutils.core import setup
|
|
import py2exe
|
|
|
|
setup(name='pyste', scripts=['../src/pyste.py'])
|