From c33ffca4404133acbf7e603831e47f04577776b0 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Wed, 3 Jul 2019 05:29:42 -0400 Subject: [PATCH] Add license to setup.py for #3938 Also update author name and email --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5ceae3443..cc2c08d77 100755 --- a/setup.py +++ b/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",