ARMmbed / yotta

DEPRECATED: yotta build; better software
Apache License 2.0
164 stars 64 forks source link

Fix url in the setup py #796

Closed 0xc0170 closed 7 years ago

0xc0170 commented 7 years ago

plus bump the version

Without url, it failed to upload:

running upload
Submitting dist\yotta-0.17.0.tar.gz to https://pypi.python.org/pypi
Upload failed (400): Invalid URI: u'about:blank'
error: Upload failed (400): Invalid URI: u'about:blank'

with this patch:

removing 'yotta-0.17.1' (and everything under it)
running upload
Submitting dist\yotta-0.17.1.tar.gz to https://testpypi.python.org/pypi
Server response (200): OK

tested with testpypi: https://testpypi.python.org/pypi/yotta/0.17.1

I could not find the information when this url is required and validator is in place, thus not certain that it worked before. Having url is not a bad practice anyway.