Skip to content

Commit a5981a3

Browse files
committed
feat: git archival support
1 parent 4577ed3 commit a5981a3

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.git_archival.txt

Lines changed: 4 additions & 0 deletions
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*.py linguist-language=python
22
*.ipynb linguist-documentation
3+
.git_archival.txt export-subst

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ exclude_lines = [
6969

7070
[tool.coverage.run]
7171
omit = [
72-
"zarr/meta_v1.py",
72+
"src/zarr/meta_v1.py",
7373
"bench/compress_normal.py",
7474
]
7575

0 commit comments

Comments
 (0)