Metadata-Version: 1.1
Name: py-exe-builder
Version: 0.1
Summary: Uses py2exe to create small exe stubs that leverage a full python installation, rather than packing the required pyc files in to the executable.
Home-page: http://www.j5int.com/
Author: j5 International
Author-email: support@j5int.com
License: Apache License, Version 2.0
Description: py-exe-builder
        ==============
        
        Uses py2exe to create small exe stubs that leverage a full python installation, rather than packing the required pyc files in to the executable. 
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
