Skip to content

Commit 3883e4f

Browse files
committed
Add project URLs to pypi page
1 parent b049f77 commit 3883e4f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ def check_setuptools():
6666
],
6767
},
6868
test_suite='nose.collector',
69+
project_urls={
70+
'CI: Travis': 'https://travis-ci.org/instana/python-sensor',
71+
'Documentation': 'https://docs.instana.io/ecosystem/python/',
72+
'GitHub: issues': 'https://github.com/instana/python-sensor/issues',
73+
'GitHub: repo': 'https://github.com/instana/python-sensor',
74+
'Support': 'https://support.instana.com',
75+
},
6976
keywords=['performance', 'opentracing', 'metrics', 'monitoring', 'tracing', 'distributed-tracing'],
7077
classifiers=[
7178
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)