changed setup to auto-install svgwrite + numpy

pull/34/head
Andy Port 2017-11-27 15:17:29 -08:00 committed by GitHub
parent 5d65d575b5
commit 1f074d5adc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ setup(name='svgpathtools',
download_url = 'http://github.com/mathandy/svgpathtools/tarball/'+VERSION,
license='MIT',
# install_requires=['numpy', 'svgwrite'],
install_requires=['numpy', 'svgwrite'],
platforms="OS Independent",
# test_suite='tests',
requires=['numpy', 'svgwrite'],