From 8c110b7232c9b9341926252862c2948298f7875e Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 2 Dec 2020 18:15:09 +0200 Subject: [PATCH] Add 'Release notes' and 'Changelog' links to PyPI [CI skip] --- README.md | 1 + setup.py | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 9ead486a0..6c323413d 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/setup.py b/setup.py index 5bc683c8c..cbc2641c5 100755 --- a/setup.py +++ b/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",