mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Add 'Release notes' and 'Changelog' links to PyPI [CI skip]
This commit is contained in:
parent
619a7b9f8a
commit
8c110b7232
|
@ -96,6 +96,7 @@ The core image library is designed for fast access to data stored in a few basic
|
|||
- [Contribute](https://github.com/python-pillow/Pillow/blob/master/.github/CONTRIBUTING.md)
|
||||
- [Issues](https://github.com/python-pillow/Pillow/issues)
|
||||
- [Pull requests](https://github.com/python-pillow/Pillow/pulls)
|
||||
- [Release notes](https://pillow.readthedocs.io/en/stable/releasenotes/index.html)
|
||||
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
|
||||
- [Pre-fork](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst#pre-fork)
|
||||
|
||||
|
|
4
setup.py
4
setup.py
|
@ -877,6 +877,10 @@ try:
|
|||
"Source": "https://github.com/python-pillow/Pillow",
|
||||
"Funding": "https://tidelift.com/subscription/pkg/pypi-pillow?"
|
||||
"utm_source=pypi-pillow&utm_medium=pypi",
|
||||
"Release notes": "https://pillow.readthedocs.io/en/stable/releasenotes/"
|
||||
"index.html",
|
||||
"Changelog": "https://github.com/python-pillow/Pillow/blob/master/"
|
||||
"CHANGES.rst",
|
||||
},
|
||||
classifiers=[
|
||||
"Development Status :: 6 - Mature",
|
||||
|
|
Loading…
Reference in New Issue
Block a user