Metadata-Version: 1.0
Name: setuptools_hg
Version: 0.1.1
Summary: Setuptools plugin for finding files under Mercurial version control.
Home-page: http://bitbucket.org/jezdez/setuptools_hg/
Author: Jannis Leidel
Author-email: jannis@leidel.info
License: BSD License
Description: 
        A plugin for setuptools to find files under Mercurial version control to be
        automatically included as package data.
        
        It works correctly with Mercurial 1.x and uses Mercurial's Python library by
        default. It will however fall back to use the command line programm hg(1) to
        determin the list of files.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Version Control
