Skip to content

Commit a8d0d9a

Browse files
authored
Fix missing commit info in auto-generated archives
When the repository was restructured to what it is now, the `.gitattributes` file was not updated to reflect the new paths. As a result, the current commit information is no longer inserted into `ploty/_version.py` during automatic tarball exports (as done by Github). With no information being provided implicitly by Git itself, this means the version information is entirely unavailable to the build system at `packages/python/ploty/setup.py`; this in turn results in a reported version number of `0+unknown` for builds from these archives.
1 parent 54efc64 commit a8d0d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
plotly/_version.py export-subst
1+
packages/python/plotly/plotly/_version.py export-subst

0 commit comments

Comments
 (0)