summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <thomas@kluyver.me.uk>2020-01-23 09:41:03 +0000
committerGitHub <noreply@github.com>2020-01-23 09:41:03 +0000
commit87aa70e45787da21a316930290426e0828dad95f (patch)
tree1ccfba7ec7c7f212a0205563aeecd29f6cae4fb9
parent5eed1a31a2853a09b7367c59fbd1a4a0b53341df (diff)
parented16e5b2fae62568ec9899f6190be53d2b48d7d0 (diff)
downloadpexpect-git-87aa70e45787da21a316930290426e0828dad95f.tar.gz
Merge pull request #620 from jugmac00/patch-1
Add project urls to `setup.py`
-rw-r--r--setup.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 4e61e79..b37e353 100644
--- a/setup.py
+++ b/setup.py
@@ -43,6 +43,11 @@ setup(name='pexpect',
author='Noah Spurrier; Thomas Kluyver; Jeff Quast',
author_email='noah@noah.org, thomas@kluyver.me.uk, contact@jeffquast.com',
url='https://pexpect.readthedocs.io/',
+ project_urls={
+ "Bug Tracker": "https://github.com/pexpect/pexpect/issues",
+ "Documentation": "https://pexpect.readthedocs.io/",
+ "Source Code": "https://github.com/pexpect/pexpect",
+ },
license='ISC license',
platforms='UNIX',
classifiers = [