raimon49 / pip-licenses

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

Fix license classifier check #132

Closed rofafor closed 1 year ago

rofafor commented 1 year ago

Without this patch starlette-exporter shows a messed up UNKNOWN license:

| Name               | Version   | License                              |
|--------------------|-----------|--------------------------------------|
| starlette-exporter | 0.14.0    | K; N; O; U; W                        |

Patched:

| Name               | Version   | License                              |
|--------------------|-----------|--------------------------------------|
| starlette-exporter | 0.14.0    | Apache License 2.0                   |
raimon49 commented 1 year ago

Thanks, I've applied the patch and verified it works.

raimon49 commented 1 year ago

We have uploaded RC2 to PyPI https://pypi.org/project/pip-licenses/4.0.0rc2/