This repository was archived by the owner on Oct 24, 2024. It is now read-only.
Release 1.7.1 – fix bug in Makefile & make minor tweaks
Changes in this version:
- Fixes a bug in the Makefile in which tabs in front of some commands had been replaced with spaces in a prior commit. The spaces cause
maketo give an error. They need to be tabs. - The command
make reportscolors its output for greater readability. - Adjusted the
flake8configuration slightly.