From e4f081a64dea70eec8ef111fb154bdd81dab8b18 Mon Sep 17 00:00:00 2001 From: Peter Giacomo Lombardo Date: Fri, 13 Jul 2018 16:08:15 +0200 Subject: [PATCH] Linter fix --- setup.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index b8dc3d15c..ef90a438b 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,4 @@ +# coding: utf-8 from setuptools import setup, find_packages setup(name='instana', @@ -9,10 +10,8 @@ author_email='peter.lombardo@instana.com', description='🐍 Python Distributed Tracing & Metrics Sensor for Instana', packages=find_packages(exclude=['tests', 'examples']), - long_description=""" - The instana package collects and reports Python metrics and distibuted - traces to your Instana dashboard. - """", + long_description="The instana package collects and reports Python metrics and distibuted \ +traces to your Instana dashboard.", zip_safe=False, install_requires=['autowrapt>=1.0', 'fysom>=2.1.2',