[Distutils] wheel including files it shouldn't

Daniel Holth dholth at gmail.com
Wed Apr 27 15:18:12 EDT 2016


To answer the original question, report the bug here
https://bitbucket.org/pypa/wheel

On Wed, Apr 27, 2016 at 3:10 PM Ethan Furman <ethan at stoneleaf.us> wrote:

> On 04/27/2016 12:00 PM, Alex Grönholm wrote:
>
> > The sdist should include all the source files, including tests and
> > documentation. In binary distributions, however, they are just dead
> > weight. Do you want the full documentation and test suites to be
> > installed for every single dependency when you deploy your application?
> > I sure don't.
>
> That's makes a certain amount of sense.
>
> It also raises some questions:
>
> - are wheels a binary-only distribution?
>    - if yes, we still have to use distutils to make source distributions?
>    - if no, what are the commands to make source vs binary distributions?
>
> - is this just a matter of a properly configured setup.py?
>    - if yes, what is that configuration?
>
> --
> ~Ethan~
> _______________________________________________
> Distutils-SIG maillist  -  Distutils-SIG at python.org
> https://mail.python.org/mailman/listinfo/distutils-sig
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20160427/1811bfc5/attachment.html>


More information about the Distutils-SIG mailing list