You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 months ago | |
---|---|---|
setuptools_scm_git_archive | 2 months ago | |
.git_archival.txt | 2 months ago | |
.gitattributes | 7 years ago | |
.gitignore | 7 years ago | |
LICENSE | 7 years ago | |
README.rst | 2 months ago | |
setup.cfg | 3 years ago | |
setup.py | 3 years ago | |
tests.py | 7 years ago |
README.rst
This plugin is obsolete. ``setuptools_scm >= 7.0.0`` supports Git archives by itself.
Migration guide
Change the contents of the .git_archival.txt
file in the root directory of your repository from:
ref-names: $Format:%D$
to:
node: $Format:%H$
node-date: $Format:%cI$
describe-name: $Format:%(describe:tags=true)$
ref-names: $Format:%D$
Remove setuptools_scm_git_archive
from your project's dependencies (e.g. the setup_requires
list in your setup.py
file).