From 2a8e7b6ee62461ee596b4fb36554f95b48fc2784 Mon Sep 17 00:00:00 2001 From: "A bot of @njzjz" <48687836+njzjz-bot@users.noreply.github.com> Date: Mon, 8 Jul 2024 22:13:32 -0400 Subject: [PATCH] fix: remove ref-names from .git_archival.txt (#3953) Removing ref-names is now suggested by setuptools-scm, per https://setuptools-scm.readthedocs.io/en/latest/usage/#git-archives, as it may lead to the git archive checksum changing. Generated by the task: https://github.com/njzjz-bot/njzjz-bot/issues/6. --- .git_archival.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/.git_archival.txt b/.git_archival.txt index 8fb235d704..7c5100942a 100644 --- a/.git_archival.txt +++ b/.git_archival.txt @@ -1,4 +1,3 @@ node: $Format:%H$ node-date: $Format:%cI$ describe-name: $Format:%(describe:tags=true,match=*[0-9]*)$ -ref-names: $Format:%D$