Add WHIPPER_COLOR_LOG env var to color log output

Signed-off-by: Katharina Dröge <kate@commandmc.de>
This commit is contained in:
Katharina Dröge
2025-09-25 22:32:11 +02:00
parent bc8b96d956
commit f319fcda9d
2 changed files with 14 additions and 4 deletions

View File

@@ -17,7 +17,8 @@ setup(
sources=['src/accuraterip-checksum.c'])
],
extras_require={
'cover_art': ["pillow"]
'cover_art': ["pillow"],
'color_log': ["coloredlogs"]
},
entry_points={
'console_scripts': [