initial commit
This commit is contained in:
commit
e81c41a74c
3 changed files with 130 additions and 0 deletions
4
setup.py
Normal file
4
setup.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from distutils.core import setup
|
||||
import py2exe
|
||||
|
||||
setup(console=['hello.py'])
|
||||
Loading…
Add table
Add a link
Reference in a new issue