Metadata-Version: 1.1
Name: versioneer2
Version: 0.1.7
Summary: An updated, simplified version of versioneer"
Home-page: https://github.com/ryanpdwyer/versioneer2
Author: Ryan Dwyer
Author-email: ryanpdwyer@gmail.com
License: MIT
Description: =============================
        versioneer2
        =============================
        
        .. image:: https://travis-ci.org/ryanpdwyer/versioneer2.png?branch=master
            :target: https://travis-ci.org/ryanpdwyer/versioneer2
        
        
        An updated, simplified version of versioneer.
        
        Development Note
        ----------------
        
        Since this project uses itself for versioning, when you make a change to the main stript
         (versioneer2/__init__.py), you should then run the following commands::
        
            python setup.py install
            versioneer2installer
            python setup.py versioneer
        
        
        Then your changes have actually updated both __init__.py and the bundled copy of versioneer. To see the effect of all of your changes, run setup.py install again and test normally.
        
        
        
        
        
        History
        -------
        
        0.1.0 (2015-01-16)
        ++++++++++++++++++
        
        * First release on PyPI.
        
Keywords: versioneer2
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
