Metadata-Version: 1.1
Name: wheel
Version: 0.2
Summary: A built-package format for Python.
Home-page: http://bitbucket.org/dholth/wheel/
Author: Daniel Holth
Author-email: dholth@fastmail.fm
License: MIT
Description: 
        wheel
        =====
        
        A binary package format for Python.
        
        Can be installed with a patched version of pip from
        https://github.com/dholth/pip
        
        Requires a patched distribute from https://bitbucket.org/dholth/distribute
        
        
        0.1
        ===
        - Initial version
        
Keywords: wheel packaging
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
