ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ns_dev/Python/NinoCode/Active_prgs/compiled/setup.py
Revision: 8
Committed: Sat May 5 04:21:19 2012 UTC (13 years, 10 months ago) by ninoborges
Content type: text/x-python
File size: 133 byte(s)
Log Message:
Initial Import

File Contents

# User Rev Content
1 ninoborges 8 # setup.py
2     from distutils.core import setup
3     import py2exe
4    
5     setup(name="Vacation_days",
6     scripts=["Vacation_days.pyw"],
7     )