File: README.rst

package info (click to toggle)
setuptools-scm-git-archive 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 100 kB
  • sloc: python: 64; makefile: 7; sh: 2
file content (18 lines) | stat: -rw-r--r-- 522 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
**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).