Skip to content

Commit ae5f7a4

Browse files
committed
add configuration for setuptools_scm
1 parent fc9e302 commit ae5f7a4

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.git_archival.txt

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

.gitattributes

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

MANIFEST.in

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
prune .github
2+
prune docs
3+
prune tests
4+
exclude .gitignore MANIFEST.in .pre-commit-config.yaml
5+
exclude .git_archival.txt .gitattributes Makefile

0 commit comments

Comments
 (0)