add in a funding link for PyPi

This commit is contained in:
Andriy Orehov 2019-11-15 22:48:26 +02:00
parent 38ea1c6e03
commit defe838917

View File

@ -859,10 +859,11 @@ try:
license="HPND", license="HPND",
author="Alex Clark (PIL Fork Author)", author="Alex Clark (PIL Fork Author)",
author_email="aclark@python-pillow.org", author_email="aclark@python-pillow.org",
url="https://python-pillow.org/", url="https://python-pillow.org",
project_urls={ project_urls={
"Documentation": "https://pillow.readthedocs.io", "Documentation": "https://pillow.readthedocs.io",
"Source": "https://github.com/python-pillow/Pillow", "Source": "https://github.com/python-pillow/Pillow",
"Funding": "https://tidelift.com/subscription/pkg/pypi-pillow",
}, },
classifiers=[ classifiers=[
"Development Status :: 6 - Mature", "Development Status :: 6 - Mature",