Personal tools
Skip to content. | Skip to navigation
This is a setuptools_scm < plugin that adds support for git archives (for example the ones GitHub automatically generates).Note that it only works for archives of tagged commits (because git currently lacks a format option equivalent to git describe --tags).Usage Add setuptools_scm_git_archive to the setup_requires parameter in your project's setup.py file:.. code:: python setup( ...,...
setuptools_scm_git_archive
Document Actions