You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current setup.py tries to read the version it is installing from the git repository. This, naturally, does not work when installing from the tarball. As a consequence, stgit reports 'unkown-version'.
Fix: Add the correct builtin_version.py to the tarball and remove the call to write_builtin_version from the released setup.py.