mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Merge pull request #3943 from python-pillow/add-license-to-setup
Add license to setup.py for #3938
This commit is contained in:
commit
a8bef34a32
5
setup.py
5
setup.py
|
@ -841,8 +841,9 @@ try:
|
|||
version=PILLOW_VERSION,
|
||||
description="Python Imaging Library (Fork)",
|
||||
long_description=_read("README.rst").decode("utf-8"),
|
||||
author="Alex Clark (Fork Author)",
|
||||
author_email="aclark@aclark.net",
|
||||
license="HPND",
|
||||
author="Alex Clark (PIL Fork Author)",
|
||||
author_email="aclark@python-pillow.org",
|
||||
url="http://python-pillow.org",
|
||||
classifiers=[
|
||||
"Development Status :: 6 - Mature",
|
||||
|
|
Loading…
Reference in New Issue
Block a user