dot-proxy/setup.py

4 lines
74 B
Python
Raw Permalink Normal View History

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