Skip to content

Commit e4f081a

Browse files
committed
Linter fix
1 parent 3ceef0c commit e4f081a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# coding: utf-8
12
from setuptools import setup, find_packages
23

34
setup(name='instana',
@@ -9,10 +10,8 @@
910
author_email='[email protected]',
1011
description='🐍 Python Distributed Tracing & Metrics Sensor for Instana',
1112
packages=find_packages(exclude=['tests', 'examples']),
12-
long_description="""
13-
The instana package collects and reports Python metrics and distibuted
14-
traces to your Instana dashboard.
15-
"""",
13+
long_description="The instana package collects and reports Python metrics and distibuted \
14+
traces to your Instana dashboard.",
1615
zip_safe=False,
1716
install_requires=['autowrapt>=1.0',
1817
'fysom>=2.1.2',

0 commit comments

Comments
 (0)