make flake8 happier
This commit is contained in:
parent
53d87ed35a
commit
49f3664f82
1 changed files with 8 additions and 8 deletions
16
setup.py
16
setup.py
|
|
@ -22,16 +22,16 @@ import re
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
LONGDESC = """
|
LONGDESC = """
|
||||||
Scour is an SVG optimizer/cleaner that reduces the size of scalable
|
Scour is an SVG optimizer/cleaner that reduces the size of scalable
|
||||||
vector graphics by optimizing structure and removing unnecessary data.
|
vector graphics by optimizing structure and removing unnecessary data.
|
||||||
|
|
||||||
It can be used to create streamlined vector graphics suitable for web
|
It can be used to create streamlined vector graphics suitable for web
|
||||||
deployment, publishing/sharing or further processing.
|
deployment, publishing/sharing or further processing.
|
||||||
|
|
||||||
The goal of Scour is to output a file that renderes identically at a
|
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
|
fraction of the size by removing a lot of redundant information created
|
||||||
by most SVG editors. Optimization options are typically lossless but can
|
by most SVG editors. Optimization options are typically lossless but can
|
||||||
be tweaked for more agressive cleaning.
|
be tweaked for more agressive cleaning.
|
||||||
|
|
||||||
Website
|
Website
|
||||||
- http://www.codedread.com/scour/ (original website)
|
- http://www.codedread.com/scour/ (original website)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue