pycontribs / ansi2html

Convert text with ansi color codes to HTML
GNU Lesser General Public License v3.0
389 stars 78 forks source link

Remove misleading license entry from packaging metadata #250

Open sthagen opened 1 week ago

sthagen commented 1 week ago

I prefer MIT over any GNU license and so found this tool package at https://pypi.org/project/ansi2html/1.9.2/. The metadata seemingly sourced from pyproject.toml has two entries on licenses which are not mentioned as user choice. I think the MIT entry is a left-over.

Suggest to remove it, as together MIT and any GNU license in my understanding are incompatible.