Commit 501d80c
committed
Fix #759: Update .git_archival.txt templates to more closely match how we invoke git-describe
This covers `--tags` and `--match '*[0-9]*'` (and `--dirty` is unnecessary).
There is unfortunately no format-string equivalent to git-describe's
`--long` option,
Archives made from this repository after this change should now get
versioned correctly.
Fixes: #7591 parent 4c2cf6e commit 501d80c
File tree
3 files changed
+3
-3
lines changed- src/setuptools_scm
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
| 319 | + | |
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
0 commit comments