[Distutils] Re: Excluding specific Python modules from wheels

2018-05-30 Thread alex . gronholm
I am currently working on implementing a "wheel repack" command which lets you unpack a wheel, modify it and then repack it again while keeping the wheel RECORD consistent. I think this is something that would solve your use case. ke, 2018-05-30 kello 10:07 +0200, Michal Petrucha kirjoitti: >

[Distutils] Re: Excluding specific Python modules from wheels

2018-05-30 Thread Matthew Brett
Hi, On Wed, May 30, 2018 at 10:29 PM, wrote: > I am currently working on implementing a "wheel repack" command which lets > you unpack a wheel, modify it and then repack it again while keeping the > wheel RECORD consistent. > I think this is something that would solve your use case. I wrote

[Distutils] Excluding specific Python modules from wheels

2018-05-30 Thread Michal Petrucha
Hello everyone, I've been looking for a way to ensure that certain modules don't end up in a wheel, while the rest of the package they reside in does. If I only cared about sdist, I could add a MANIFEST.in, in which I'd exclude those specific files, however, unfortunately, MANIFEST.in has no