Skip to content

Commit d47adb8

Browse files
authored
Merge pull request #730 from miurahr/topic/miurahr/git-export-version
chore: support build on git export
2 parents c731495 + 5613f4a commit d47adb8

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-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

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
include *.rst
2+
include *.txt
23
include LICENSE
34
include pyproject.toml
45
include .flake8

0 commit comments

Comments
 (0)