Skip to content

Expose ZKAPAuthorizer version information

Jean-Paul Calderone requested to merge 87.expose-version-information into master

Fixes #87 (closed)

This also introduces use of Versioneer so that the exposed version information is potentially more useful (the only possible version previously was "0.0", not super informative).

Note that using Versioneer involves vendering a couple huge Python source files. Sorry. :(

Merge request reports