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.
Add the following to your setup.py invocation of setuptools.setup()
:
setup( ... setup_requires=['setuptools_svn'], )