ikamensh / flynt

A tool to automatically convert old string literal formatting to f-strings
MIT License
685 stars 33 forks source link

piplicenses can't find license #174

Open i3rinkmann opened 1 year ago

i3rinkmann commented 1 year ago

Since flynt version 0.77 piplinceses won't recognize the MIT license anymore

When i run with python 3.8 and pip-licenses 4.10: pipenv run python -m piplicenses --with-urls --packages flynt the output is:

Name   Version  License  URL     
flynt  0.77     UNKNOWN  UNKNOWN

its the same for flynt version 0.78

I belive it has something to do with the pyproject.toml change, with the change in the license file where the copyright date was added or with the readme change License: MIT