Integrated support for svn revisions has been largely removed from setuptools, but due to the specific distribution option tag_svn_revision there still exists code in setuptools that's linked to Subversion. This code should be deprecated and removed, and the setuptools_svn project should implement tagging of revisions following the model exemplified by the setuptools_scm project.
Integrated support for svn revisions has been largely removed from setuptools, but due to the specific distribution option
tag_svn_revisionthere still exists code in setuptools that's linked to Subversion. This code should be deprecated and removed, and the setuptools_svn project should implement tagging of revisions following the model exemplified by the setuptools_scm project.