]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/samples/doodle/setup.py
   1 # A distutils script to make a standalone .exe of superdoodle for 
   2 # Windows platforms.  You can get py2exe from 
   3 # http://py2exe.sourceforge.net/.  Use this command to build the .exe 
   4 # and collect the other needed files: 
   6 #       python setup.py py2exe 
  10 from distutils
.core 
import setup
 
  13 setup( name 
= "superdoodle", 
  14        scripts 
= ["superdoodle.py"]