raimon49 / pip-licenses

Dump the license list of packages installed with pip.
MIT License
307 stars 43 forks source link

[--with-license-file] Fails to extract license file on Black 22.10.0 #126

Closed roniemartinez closed 1 year ago

roniemartinez commented 1 year ago

For new versions of black, the license file has been moved to licenses folder. When using --with-license-file, the result is UNKNOWN

image
raimon49 commented 1 year ago

@roniemartinez Thanks for the report.

We have released a version that fixes this problem. Could you try it?

pip install -U pip-licenses==3.5.5
roniemartinez commented 1 year ago

@raimon49 It is working fine now. Thank you.