v0.0.4
0.0.4 - 2021-05-05
Added
WheelFile.write
andWheelFile.write_data
now accept arecursive
keyword-only argument, which makes both of them recursively add the whole
directory subtree, if thefilename
argument was pointing at one.
Changed
WheelFile.write
andWheelFile.write_data
are recursive by default.- Backported support to python 3.6 (thanks,
e2thenegpii!)