summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürgen Gmach <juergen.gmach@googlemail.com>2020-01-22 19:37:20 +0100
committerGitHub <noreply@github.com>2020-01-22 19:37:20 +0100
commited16e5b2fae62568ec9899f6190be53d2b48d7d0 (patch)
tree1ccfba7ec7c7f212a0205563aeecd29f6cae4fb9
parent5eed1a31a2853a09b7367c59fbd1a4a0b53341df (diff)
downloadpexpect-git-ed16e5b2fae62568ec9899f6190be53d2b48d7d0.tar.gz
Add project urls to `setup.py`
- bug tracker - documentation - source code These will be shown at the project's PyPi page ( https://pypi.org/project/pexpect/ ) and make it easier to find relevant information.
-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 = [