Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some time ago, it was discovered that Git archives having `ref-names: $Format:%D$` in `.git_archival.txt` may change when references existing in the repository change over time [[1]]. This means that downloading an archive for a commit from an immutable URL may start yielding slightly different results. This hurts the ability of downstreams to source projects from Git archive URLs. With that in mind, modern `setuptools-scm` advises against having this entry in the `.git_archival.txt` template [[2]]. And this patch implements said recommendation. [1]: pypa/setuptools-scm#806 [2]: https://setuptools-scm.readthedocs.io/en/latest/usage/#git-archives
- Loading branch information