Changelog¶
v0.2.3 (Jul 29, 2021)¶
Fix entry point handling in
installer.install.
v0.2.2 (May 15, 2021)¶
Teach
SchemeDictionaryDestionationto create subfolders.
v0.2.1 (May 15, 2021)¶
Change
parse_record_fileto yield the elements as a tuple, instead ofRecordEntryobjects.Implement
WheelFile, completing the end-to-end wheel installation pipeline.Generate
RecordEntryforRECORDfile in theinstaller.install, instead of requiring everyWheelDestinationimplementation to do the exact same thing.
v0.2.0 (May 3, 2021)¶
Initial release.
Thank you to Dan Ryan and Tzu-ping Chung for the project name on PyPI. The PyPI releases before 0.2.0 come from https://github.com/sarugaku/installer and have been yanked.