ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ns_dev/Python/MW/Local_PST_MDB_Search_setup.py
Revision: 591
Committed: Tue Nov 3 22:45:12 2015 UTC (10 years, 4 months ago) by nino.borges
Content type: text/x-python
File size: 146 byte(s)
Log Message:
Moved dir out of main dir.

File Contents

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