Changelog¶
v0.2.3 (Jul 29, 2021)¶
Fix entry point handling in
installer.install
.
v0.2.2 (May 15, 2021)¶
Teach
SchemeDictionaryDestionation
to create subfolders.
v0.2.1 (May 15, 2021)¶
Change
parse_record_file
to yield the elements as a tuple, instead ofRecordEntry
objects.Implement
WheelFile
, completing the end-to-end wheel installation pipeline.Generate
RecordEntry
forRECORD
file in theinstaller.install
, instead of requiring everyWheelDestination
implementation 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.