setuptools-svn

Subversion support (file finder hook) for Setuptools


License
MIT
Install
pip install setuptools-svn==1.3.0

Documentation

tests Code style: Black https://img.shields.io/badge/skeleton-2021-informational

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.

Usage

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

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