<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">Hi Chris,<br></div><div class="gmail_quote"><br>On 7 July 2016 at 11:49, Chris Withers <span dir="ltr"><<a href="mailto:chris@simplistix.co.uk" target="_blank">chris@simplistix.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><p>flit does look nice and clean, but appears to only support one
      module/package?<br>
    </p>
    Thomas, that ever likely to change?</blockquote></div><br></div><div class="gmail_extra">That's by design, I'm afraid. I like one top-level module to correspond to one installable distribution. Flit also assumes that the wheels it's building are pure Python, so they get -none-any tags.<br><br></div><div class="gmail_extra">Feel free to cannibalise code from flit to build your specific wheels, though. It's relatively easy to create a wheel without lots of tooling. For instance, I have a script that unpacks the Windows binary installers for PyQt4, reassembles the files into wheels, and uploads them to PyPI: <a href="https://github.com/takluyver/pyqt4_windows_whl">https://github.com/takluyver/pyqt4_windows_whl</a><br><br></div><div class="gmail_extra">Thomas<br></div></div>