Metadata-Version: 1.1
Name: setuptools_svn
Version: 1.0
Summary: Subversion support (file finder hook) for Setuptools
Home-page: https://bitbucket.org/jaraco/setuptools_svn
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
License: UNKNOWN
Description: Subversion Support for Setuptools
        =================================
        
        ``setuptools_svn`` implements the file finder hook for Setuptools according to
        the `Setuptools documentation
        <http://setuptools.readthedocs.org/en/latest/setuptools.html#adding-support-for-other-revision-control-systems>`_.
        
        This package is for use by package authors when distributing their
        Subversion-hosted project.
        
        Usage
        -----
        
        Add the following to your setup.py invocation of ``setuptools.setup()``::
        
            setup(
                ...
                setup_requires=['setuptools_svn'],
            )
        
        
        1.0
        ===
        
        Initial release, based on implementation extracted from Setuptools 8.3.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
