mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-29 17:33:08 +03:00
Add Documentation and Github URLs for PyPi
This commit is contained in:
parent
f6114ee373
commit
4eccafc5da
6
setup.py
6
setup.py
|
@ -859,7 +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="http://python-pillow.org",
|
url="https://python-pillow.org/",
|
||||||
|
project_urls={
|
||||||
|
"Documentation": "https://pillow.readthedocs.io/en/stable/",
|
||||||
|
"Source Code": "https://github.com/python-pillow/Pillow",
|
||||||
|
},
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 6 - Mature",
|
"Development Status :: 6 - Mature",
|
||||||
"License :: OSI Approved :: Historical Permission Notice and Disclaimer (HPND)", # noqa: E501
|
"License :: OSI Approved :: Historical Permission Notice and Disclaimer (HPND)", # noqa: E501
|
||||||
|
|
Loading…
Reference in New Issue
Block a user