diff --git a/setup.py b/setup.py index f3d51f0..088d1e5 100755 --- a/setup.py +++ b/setup.py @@ -223,6 +223,7 @@ def get_greenlet_version(): 'Bug Tracker': 'https://github.com/python-greenlet/greenlet/issues', 'Source Code': 'https://github.com/python-greenlet/greenlet/', 'Documentation': 'https://greenlet.readthedocs.io/', + 'Changes': 'https://greenlet.readthedocs.io/en/latest/changes.html', }, license="MIT License", platforms=['any'],