In setup.py, the license is marked as HPND but in LICENSE file, it is marked as PIL :
LICENSE file
Like PIL, Pillow is licensed under the open source PIL Software License:
setup.py
try:
setup(
......
license="HPND",
},
classifiers=[
"License :: OSI Approved :: Historical Permission Notice and Disclaimer (HPND)", # noqa: E501
Would you please clarify what the actual license is?
Please either update the LICENSE or setup.py file?
In setup.py, the license is marked as HPND but in LICENSE file, it is marked as PIL :
LICENSE file
Like PIL, Pillow is licensed under the open source PIL Software License:
setup.py
Would you please clarify what the actual license is?
Please either update the LICENSE or setup.py file?