From defe8389177e181dbd3ec96eaed544bec077ac16 Mon Sep 17 00:00:00 2001 From: Andriy Orehov Date: Fri, 15 Nov 2019 22:48:26 +0200 Subject: [PATCH] add in a funding link for PyPi --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 89641078e..339132ff3 100755 --- a/setup.py +++ b/setup.py @@ -859,10 +859,11 @@ try: license="HPND", author="Alex Clark (PIL Fork Author)", author_email="aclark@python-pillow.org", - url="https://python-pillow.org/", + url="https://python-pillow.org", project_urls={ "Documentation": "https://pillow.readthedocs.io", "Source": "https://github.com/python-pillow/Pillow", + "Funding": "https://tidelift.com/subscription/pkg/pypi-pillow", }, classifiers=[ "Development Status :: 6 - Mature",