aesthetic changes
parent
9fa559a070
commit
7a183c4e3c
1
setup.py
1
setup.py
|
@ -24,7 +24,6 @@ setup(name='svgpathtools',
|
||||||
description=('A collection of tools for manipulating and analyzing SVG '
|
description=('A collection of tools for manipulating and analyzing SVG '
|
||||||
'Path objects and Bezier curves.'),
|
'Path objects and Bezier curves.'),
|
||||||
long_description=read("README.md"),
|
long_description=read("README.md"),
|
||||||
# long_description=open('README.rst').read(),
|
|
||||||
author=AUTHOR_NAME,
|
author=AUTHOR_NAME,
|
||||||
author_email=AUTHOR_EMAIL,
|
author_email=AUTHOR_EMAIL,
|
||||||
url='https://github.com/mathandy/svgpathtools',
|
url='https://github.com/mathandy/svgpathtools',
|
||||||
|
|
Loading…
Reference in New Issue