Metadata-Version: 1.1
Name: pyzaa
Version: 0.1.0
Summary: Python ZIP Application Archiver
Home-page: http://bitbucket.org/dholth/pyzaa/
Author: Daniel Holth
Author-email: dholth@gmail.com
License: MIT
Description: pyzaa
        =====
        
        The Python Zip Application Archiver
        
        "pyzaa" is a very thin wrapper over zipfile, and a command line utility that
        makes it easy to create .pyz / .pyzw archives per PEP 441.
        
        
        0.1.0
        =====
        - Fix MANIFEST.in (thanks to bitbucket.org/wuub)
        
        0.0.1
        =====
        - Initial version
        
Keywords: pyzaa
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
