From 2d14df0f16d5bdb43599d5c70160a4c6ffae2399 Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Fri, 19 Apr 2024 16:52:27 +0200 Subject: [PATCH] Allow pip install from git-archive Signed-off-by: Cristian Le --- .git_archival.txt | 3 +++ .gitattributes | 1 + 2 files changed, 4 insertions(+) create mode 100644 .git_archival.txt create mode 100644 .gitattributes diff --git a/.git_archival.txt b/.git_archival.txt new file mode 100644 index 0000000000..7c5100942a --- /dev/null +++ b/.git_archival.txt @@ -0,0 +1,3 @@ +node: $Format:%H$ +node-date: $Format:%cI$ +describe-name: $Format:%(describe:tags=true,match=*[0-9]*)$ diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..00a7b00c94 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +.git_archival.txt export-subst