Skip to content

Commit 22fe760

Browse files
authored
Merge pull request #209 from dhellmann/git-archive-settings
add git archive settings for setuptools_scm
2 parents edada5b + 535540a commit 22fe760

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.git_archival.txt

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# https://github.com/pypa/setuptools_scm
2+
node: $Format:%H$
3+
node-date: $Format:%cI$
4+
describe-name: $Format:%(describe:tags=true,match=*[0-9]*)$
5+
ref-names: $Format:%D$

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.git_archival.txt export-subst

0 commit comments

Comments
 (0)