Metadata-Version: 1.0
Name: gitegginfo
Version: 0.2.1
Summary: Setuptools extension to use Git version information
Home-page: http://github.com/trammell/gitegginfo
Author: John Trammell
Author-email: johntrammell@gmail.com
License: GPL
Description: Intro
        =====
        
        This package is an extension of setuptools' egg_info command.  Where the
        egg_info command is unwisely specific to the Subversion version control
        system, the gitegginfo command is unwisely and explicitly tied to the Git
        DVCS (distributed version control system).
        
        To build an ``.egg-info`` folder with ``git-svn`` revision data:
        
        ::
        
        python setup.py gitegginfo -r
        
        
        
        Changes
        =======
        
        0.2 - 2010-06-22
        ----------------
        * bug fix / 'git-svn' invocation
        
        0.1 - 2010-04-08
        ----------------
        * pulls git-svn revision [jt]
        
        
        
Keywords: setuptools egg_info git
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
