Skip to content

Commit

Permalink
Linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pglombardo committed Jul 13, 2018
1 parent 3ceef0c commit e4f081a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# coding: utf-8
from setuptools import setup, find_packages

setup(name='instana',
Expand All @@ -9,10 +10,8 @@
author_email='[email protected]',
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',
Expand Down

0 comments on commit e4f081a

Please sign in to comment.