We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ceef0c commit e4f081aCopy full SHA for e4f081a
setup.py
@@ -1,3 +1,4 @@
1
+# coding: utf-8
2
from setuptools import setup, find_packages
3
4
setup(name='instana',
@@ -9,10 +10,8 @@
9
10
author_email='[email protected]',
11
description='🐍 Python Distributed Tracing & Metrics Sensor for Instana',
12
packages=find_packages(exclude=['tests', 'examples']),
- long_description="""
13
- The instana package collects and reports Python metrics and distibuted
14
- traces to your Instana dashboard.
15
- """",
+ long_description="The instana package collects and reports Python metrics and distibuted \
+traces to your Instana dashboard.",
16
zip_safe=False,
17
install_requires=['autowrapt>=1.0',
18
'fysom>=2.1.2',
0 commit comments