On 27 May 2016 at 17:28, Chris Barker <[email protected]> wrote: > So I kind of like the idea of making wheels the default for distributing on > PyPi always -- even for pure python modules. And wheels are trivial to build > from pure python packages -- so why not?
It would be *really* nice to have some sort of metadata/flag that said "this project is pure Python". Normally, what I want is not *quite* --only-binary, but rather "only binary except for pure Python where I'm happy to take a source distribution". But AFAIK, there's no way for pip to know that :-( Paul _______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
