nickstenning / honcho

Honcho: a python clone of Foreman. For managing Procfile-based applications.
http://pypi.python.org/pypi/honcho
MIT License
1.59k stars 145 forks source link

Upload non-wheel format to pypi #177

Closed mattrobenolt closed 8 years ago

mattrobenolt commented 8 years ago

Right now, only .whl files are being uploaded, which breaks for a version of pip that doesn't support wheels. Should upload the .tar.gz version as well as a result of setup.py sdist.

dblooman commented 8 years ago

Any chance we can get this issue resolved, can't deploy at the moment

nickstenning commented 8 years ago

I've just uploaded the sdist for 0.7.1.

dblooman commented 8 years ago

Thanks, resolved my issue