From f850ad53197c18c275bd5e172c5f829f942f22d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 9 May 2020 13:34:40 +0300 Subject: Add history URL to project metadata Background info at https://github.com/pypa/warehouse/pull/7882#issue-412444446 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b37e353..23ba4be 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,7 @@ setup(name='pexpect', "Bug Tracker": "https://github.com/pexpect/pexpect/issues", "Documentation": "https://pexpect.readthedocs.io/", "Source Code": "https://github.com/pexpect/pexpect", + "History": "https://pexpect.readthedocs.io/en/stable/history.html", }, license='ISC license', platforms='UNIX', -- cgit v1.2.1