We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1029797 commit 24ecba0Copy full SHA for 24ecba0
.gitattributes
@@ -0,0 +1 @@
1
+src/python/.git_archival.txt export-subst
src/python/.git_archival.txt
@@ -0,0 +1,3 @@
+node: $Format:%H$
2
+node-date: $Format:%cI$
3
+describe-name: $Format:%(describe:tags=true,match=*[0-9]*)$
src/python/build.sh
@@ -25,7 +25,7 @@ mkdir $BUILD_DIR
25
# Copy code
26
cp -r \
27
$CODE_DIR \
28
- "pyproject.toml" "MANIFEST.in" \
+ "pyproject.toml" "MANIFEST.in" ".git_archival.txt" \
29
"../../LICENSE" "../../README.md" \
30
$BUILD_DIR
31
# Remove link
0 commit comments