summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <thomas@kluyver.me.uk>2020-05-16 19:20:57 +0100
committerGitHub <noreply@github.com>2020-05-16 19:20:57 +0100
commit5da50dccbbdb10094837fe56399c5e885867c184 (patch)
treeba5006fc448b61c9d5fb488aae41f6fc53cf431b
parent2cfb3fe20fca651cba223b7a5dd2429feb7d2f1c (diff)
parentf850ad53197c18c275bd5e172c5f829f942f22d5 (diff)
downloadpexpect-git-5da50dccbbdb10094837fe56399c5e885867c184.tar.gz
Merge pull request #644 from scop/history-url
Add history URL to project metadata
-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',