mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +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",
|
||||
author="Alex Clark (PIL Fork Author)",
|
||||
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=[
|
||||
"Development Status :: 6 - Mature",
|
||||
"License :: OSI Approved :: Historical Permission Notice and Disclaimer (HPND)", # noqa: E501
|
||||
|
|
Loading…
Reference in New Issue
Block a user