From 49f3664f8210fea6774a4a8fbe9bb5ed56e2d0f0 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Sun, 6 Aug 2017 04:55:43 +0200 Subject: [PATCH] make flake8 happier --- setup.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/setup.py b/setup.py index b6faacb..01a7ae0 100644 --- a/setup.py +++ b/setup.py @@ -22,16 +22,16 @@ import re from setuptools import find_packages, setup LONGDESC = """ -Scour is an SVG optimizer/cleaner that reduces the size of scalable -vector graphics by optimizing structure and removing unnecessary data. +Scour is an SVG optimizer/cleaner that reduces the size of scalable +vector graphics by optimizing structure and removing unnecessary data. -It can be used to create streamlined vector graphics suitable for web -deployment, publishing/sharing or further processing. +It can be used to create streamlined vector graphics suitable for web +deployment, publishing/sharing or further processing. -The goal of Scour is to output a file that renderes identically at a -fraction of the size by removing a lot of redundant information created -by most SVG editors. Optimization options are typically lossless but can -be tweaked for more agressive cleaning. +The goal of Scour is to output a file that renderes identically at a +fraction of the size by removing a lot of redundant information created +by most SVG editors. Optimization options are typically lossless but can +be tweaked for more agressive cleaning. Website - http://www.codedread.com/scour/ (original website)