Skip to content

License inconsistency in setup.py and LICENSE file  #5017

@SoheilSaif

Description

@SoheilSaif

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?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions