mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-30 01:43:17 +03:00
add in a funding link for PyPi
This commit is contained in:
parent
38ea1c6e03
commit
defe838917
3
setup.py
3
setup.py
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user