changed setup to auto-install svgwrite + numpy
parent
5d65d575b5
commit
1f074d5adc
2
setup.py
2
setup.py
|
@ -31,7 +31,7 @@ setup(name='svgpathtools',
|
||||||
download_url = 'http://github.com/mathandy/svgpathtools/tarball/'+VERSION,
|
download_url = 'http://github.com/mathandy/svgpathtools/tarball/'+VERSION,
|
||||||
license='MIT',
|
license='MIT',
|
||||||
|
|
||||||
# install_requires=['numpy', 'svgwrite'],
|
install_requires=['numpy', 'svgwrite'],
|
||||||
platforms="OS Independent",
|
platforms="OS Independent",
|
||||||
# test_suite='tests',
|
# test_suite='tests',
|
||||||
requires=['numpy', 'svgwrite'],
|
requires=['numpy', 'svgwrite'],
|
||||||
|
|
Loading…
Reference in New Issue