Skip to content

v0.3.4: Patch: Include 10MB key as hex

Latest
Compare
Choose a tag to compare
@anjomro anjomro released this 02 Aug 15:58

Because of issues with the build tool the inclusion of the 20MB key as binary file didn't work. See Issue pypa/hatch#911

To provide a working solution the key is now embedded as python code containing the key as hex value. Since this is very space inefficient the size of the embedded key has been reduced to 10MB.

Full Changelog: v0.3.3...v0.3.4