summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited 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 = [