Closed chrisburr closed 5 years ago
Turns out it is caused by building the tarball from inside a different git repository (here it is used for managing conda-forge's build recipe).
Fixes #43 by ensuring the path to genversion.py is the same as the result of git rev-parse --show-toplevel.
genversion.py
git rev-parse --show-toplevel
Very good, thanks!
Turns out it is caused by building the tarball from inside a different git repository (here it is used for managing conda-forge's build recipe).
Fixes #43 by ensuring the path to
genversion.py
is the same as the result ofgit rev-parse --show-toplevel
.