Skip to content

Commit

Permalink
feat: git archival support
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Jan 26, 2024
1 parent 4577ed3 commit a5981a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .git_archival.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node: $Format:%H$
node-date: $Format:%cI$
describe-name: $Format:%(describe:tags=true,match=*[0-9]*)$
ref-names: $Format:%D$
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.py linguist-language=python
*.ipynb linguist-documentation
.git_archival.txt export-subst
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ exclude_lines = [

[tool.coverage.run]
omit = [
"zarr/meta_v1.py",
"src/zarr/meta_v1.py",
"bench/compress_normal.py",
]

Expand Down

0 comments on commit a5981a3

Please sign in to comment.