mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +03:00
Update licence to HPND
This commit is contained in:
parent
7d2319129f
commit
bab5d068bf
3
setup.py
3
setup.py
|
@ -765,7 +765,7 @@ try:
|
|||
url='http://python-pillow.org',
|
||||
classifiers=[
|
||||
"Development Status :: 6 - Mature",
|
||||
"License :: Other/Proprietary License",
|
||||
"License :: OSI Approved :: Historical Permission Notice and Disclaimer (HPND)", # noqa: E501
|
||||
"Programming Language :: Python :: 2",
|
||||
"Programming Language :: Python :: 2.7",
|
||||
"Programming Language :: Python :: 3",
|
||||
|
@ -789,7 +789,6 @@ try:
|
|||
packages=["PIL"],
|
||||
package_dir={'': 'src'},
|
||||
keywords=["Imaging", ],
|
||||
license='Standard PIL License',
|
||||
zip_safe=not (debug_build() or PLATFORM_MINGW), )
|
||||
except RequiredDependencyException as err:
|
||||
msg = """
|
||||
|
|
Loading…
Reference in New Issue
Block a user