itsjohncs/superzippy

Not installable

myint opened this issue · 5 comments

Version numbers should not contain a trailing dash.

$ pip install --user superzippy
Downloading/unpacking superzippy
  Could not find a version that satisfies the requirement superzippy (from versions: 0.0.1-, 0.0.2-, 0.0.3-, 0.0.4-, 0.0.5-, 0.0.7-, 0.0.8-)
Cleaning up...
No distributions matching the version for superzippy
Storing complete log in /Users/myint/.pip/pip.log

Very odd, must be a bug in my release script. Thank you, I'm surprised this doesn't appear on my computer.

My guess would be that this is due to trailing whitespace in the version string.

Oh never mind, I see you already fixed it.

Haha, yes, that seemed to be the case. Thank you for reporting this 😀

For documentation since I forgot to reference this issue in the commit... Fixed in 77c6a50.