Changes
Bug fixes:
- Addressed a Windows-only issue where the hash compare fails resulting
in exit code 60 although the requirement file was written successfully.
- Detail: During the compare test, the requirements file was being read
in binary mode, to save a later call to '.encode()'. However, due to
the difference in line endings, reading in binary mode fails the hash
check on Windows.
Other changes:
- Updated the badges in the README file.
- Fixed the license classifier in pyproject.toml.
Released: 2024-08-09