Adamtaranto / frisk

Screen genomic scaffolds for regions of unusual k-mer composition.
http://adamtaranto.github.io/frisk/
GNU General Public License v3.0
2 stars 3 forks source link

PEP440 pypi error #14

Closed Adamtaranto closed 8 years ago

Adamtaranto commented 8 years ago

python setup.py sdist upload -r pypi Upload failed (400): Invalid version, cannot use PEP 440 local versions on PyPI. error: Upload failed (400): Invalid version, cannot use PEP 440 local versions on PyPI.

Adamtaranto commented 8 years ago

Pypi does not allow local version names. Wil fix by incrementing version number after next batch of fixes.

kdm9 commented 8 years ago

Yeah, definitely increment the version num. Sorry, I missed that you hadn't.

Cheers, K

On 21:24 27/10, Adam Taranto wrote:

Pypi does not allow local version names. Wil fix by incrementing version number after next batch of fixes.


Reply to this email directly or view it on GitHub: https://github.com/Adamtaranto/frisk/issues/14#issuecomment-151718075


Kevin Murray

GPG pubkey: http://www.kdmurray.id.au/static/A4B4EE6A.asc FPR: 656C 0632 1EAB 2C3F 3837 9767 17C2 8EB1 A4B4 EE6A

Adamtaranto commented 8 years ago

Fixed.