mirror of
https://github.com/boostorg/python.git
synced 2026-01-27 07:02:15 +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'])
|