swaroopch / edn_format

EDN reader and writer implementation in Python, using PLY (lex, yacc)
https://swaroopch.com/2012/12/24/edn-format-python/
Other
131 stars 31 forks source link

Is v0.7.0 uploaded properly? #71

Closed swaroopch closed 4 years ago

swaroopch commented 4 years ago

@bfontaine It appears python setup.py bdist_wheel is not a valid command any more, I uploaded v0.7.0 but I'm not certain if the uploaded package is general or Linux-only. Can you please help me with any guidance here?

https://pypi.org/project/edn-format/#files

Thanks!

swaroopch commented 4 years ago

@bfontaine Should've googled first :) pip install wheel fixes it.