summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2020-05-09 13:34:40 +0300
committerVille Skyttä <ville.skytta@iki.fi>2020-05-09 13:34:40 +0300
commitf850ad53197c18c275bd5e172c5f829f942f22d5 (patch)
treeba5006fc448b61c9d5fb488aae41f6fc53cf431b
parent2cfb3fe20fca651cba223b7a5dd2429feb7d2f1c (diff)
downloadpexpect-git-f850ad53197c18c275bd5e172c5f829f942f22d5.tar.gz
Add history URL to project metadata
Background info at https://github.com/pypa/warehouse/pull/7882#issue-412444446
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
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',