Metadata-Version: 2.1
Name: py-exe-builder
Version: 0.2
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
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: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE
Requires-Dist: py2exe

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. 


