Re: [Distutils] Can I upload a binary wheel to a local devpi on Linux using pip? Do I need setup.py?

2015-03-29 Thread Nick Coghlan
On 28 Mar 2015 09:16, "Donald Stufft" wrote: > > Use twine to upload As Donald notes, twine can handle the upload, and devpi (unlike the public PyPI) will happily host Linux wheel files. The main trap to watch out for when using that approach in the current system is that the wheel filenames won

Re: [Distutils] Can I upload a binary wheel to a local devpi on Linux using pip? Do I need setup.py?

2015-03-27 Thread Donald Stufft
Use twine to upload > On Mar 27, 2015, at 7:11 PM, Dan Stromberg wrote: > > Is it possible to use "pip wheel" to upload a binary wheel on Linux, > to a local devpi server? Or do I need to get to a setup.py and do an > upload from there? It seems a shame to build the wheel without need of > a se

[Distutils] Can I upload a binary wheel to a local devpi on Linux using pip? Do I need setup.py?

2015-03-27 Thread Dan Stromberg
Is it possible to use "pip wheel" to upload a binary wheel on Linux, to a local devpi server? Or do I need to get to a setup.py and do an upload from there? It seems a shame to build the wheel without need of a setup.py (I believe setup.py is only used behind the scenes), only to need a setup.py to