Skip to content

v0.0.4

Compare
Choose a tag to compare
@MrMino MrMino released this 05 May 01:18
· 147 commits to master since this release

0.0.4 - 2021-05-05

Added

  • WheelFile.write and WheelFile.write_data now accept a recursive
    keyword-only argument, which makes both of them recursively add the whole
    directory subtree, if the filename argument was pointing at one.

Changed

  • WheelFile.write and WheelFile.write_data are recursive by default.
  • Backported support to python 3.6 (thanks,
    e2thenegpii!)