update setup.py download_url to point to wheel

pull/158/head
Andrew Port 2021-09-23 04:37:37 -07:00
parent a78ecf4290
commit 8f4b1fee00
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ setup(name='svgpathtools',
author=AUTHOR_NAME, author=AUTHOR_NAME,
author_email=AUTHOR_EMAIL, author_email=AUTHOR_EMAIL,
url=GITHUB, url=GITHUB,
download_url='{}/raw/1.4.1/dist/svgpathtools-{}.tar.gz'.format(GITHUB, VERSION), download_url='{}/releases/download/{}/svgpathtools-{}-py2.py3-none-any.whl'
''.format(GITHUB, VERSION, VERSION),
license='MIT', license='MIT',
install_requires=['numpy', 'svgwrite'], install_requires=['numpy', 'svgwrite'],
platforms="OS Independent", platforms="OS Independent",