@@ -20,9 +20,15 @@ def check_setuptools():
2020check_setuptools ()
2121
2222setup (name = 'instana' ,
23- version = '1.8.2' ,
24- download_url = 'https://github.com/instana/python-sensor' ,
23+ version = '1.8.3' ,
2524 url = 'https://www.instana.com/' ,
25+ project_urls = {
26+ 'CI: Travis' : 'https://travis-ci.org/instana/python-sensor' ,
27+ 'Documentation' : 'https://docs.instana.io/ecosystem/python/' ,
28+ 'GitHub: issues' : 'https://github.com/instana/python-sensor/issues' ,
29+ 'GitHub: repo' : 'https://github.com/instana/python-sensor' ,
30+ 'Support' : 'https://support.instana.com' ,
31+ },
2632 license = 'MIT' ,
2733 author = 'Instana Inc.' ,
2834@@ -66,13 +72,6 @@ def check_setuptools():
6672 ],
6773 },
6874 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- },
7675 keywords = ['performance' , 'opentracing' , 'metrics' , 'monitoring' , 'tracing' , 'distributed-tracing' ],
7776 classifiers = [
7877 'Development Status :: 5 - Production/Stable' ,
0 commit comments