Skip to content

Commit

Permalink
Merge pull request #3943 from python-pillow/add-license-to-setup
Browse files Browse the repository at this point in the history
Add license to setup.py for #3938
  • Loading branch information
aclark4life committed Jul 3, 2019
2 parents 292b4d0 + 2c041ac commit a8bef34
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -841,8 +841,9 @@ def debug_build():
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",
Expand Down

0 comments on commit a8bef34

Please sign in to comment.