Skip to content

Commit

Permalink
Enable export substitution for _version.py
Browse files Browse the repository at this point in the history
I'm not sure why this was missed, but when you install versioneer, it
adds these attributes so that things like version/commit hash/etc. are
correct when you make a git archive. Without this substitution,
`test_git_revision` fails because there is no revision info in the
archive tarball.
  • Loading branch information
QuLogic committed Jun 20, 2024
1 parent aeebb2d commit e135b0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
distributed/_version.py export-subst

0 comments on commit e135b0a

Please sign in to comment.