Skip to content

jaraco/setuptools_svn

Repository files navigation

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'],
)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages