lsd/setup.py
2020-07-09 19:02:28 +10:00

4 lines
No EOL
75 B
Python

from distutils.core import setup
import py2exe
setup(console=['hello.py'])