setuptools-svn

Subversion support (file finder hook) for Setuptools


License
MIT
Install
pip install setuptools-svn==1.3.0

Documentation

Subversion support for Setuptools

setuptools_svn implements the file finder hook for Setuptools according to the Setuptools documentation.

This package is for use by package authors when distributing their Subversion-hosted project.

License

License is indicated in the project metadata (typically one or more of the Trove classifiers). For more details, see this explanation.

Usage

Add the following to your setup.py invocation of setuptools.setup():

setup(
    ...
    setup_requires=['setuptools_svn'],
)