You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is somewhat common (as I've found trying to ensure that all of my packages have license files in a pip-licenses report) for packages to use COPYING as their license file name.
In the same way that README files are automatically grafted into the source distribution, it would be nice if LICENSE / COPYING files were also included by default
Currently pip-licenses cannot find these license files due to this code:
johnthagen
changed the title
pip-licenses does not support packages with LICENSE named "COPYING"
pip-licenses does not support packages with license files named "COPYING"
Jan 25, 2020
It is somewhat common (as I've found trying to ensure that all of my packages have license files in a
pip-licenses
report) for packages to useCOPYING
as their license file name.See this reference in a
setuptools
issue: pypa/setuptools#1636 (comment)Currently
pip-licenses
cannot find these license files due to this code:pip-licenses/piplicenses.py
Line 138 in 742c814
Could this be expanded to include
COPYING*
as well?Example:
jsonschema
The text was updated successfully, but these errors were encountered: