<p dir="ltr">You could also probably use flit to do what you want:<br>
  <a href="https://pypi.python.org/pypi/flit">https://pypi.python.org/pypi/flit</a></p>
<p dir="ltr">(It might require that you bundle the different modules into a single top level package. You might want to consider doing that regardless.)</p>
<p dir="ltr">-n</p>
<div class="gmail_quote">On Jul 4, 2016 9:07 AM, "Chris Withers" <<a href="mailto:chris@simplistix.co.uk">chris@simplistix.co.uk</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi All,<br>
<br>
I need to build a package which is made up of a set of .so's.<br>
<br>
These .so's are compiled elsewhere, so I just need to write an appropriate setup.py and bdist_wheel to get what I want. But that first part is where I'm struggling.<br>
<br>
Each of these .so's is essentially a top level python module. How do I tell setuptools' setup() function to basically just roll these into a wheel?<br>
<br>
Any help gratefully received!<br>
<br>
<br>
Chris<br>
<br>
_______________________________________________<br>
Distutils-SIG maillist  -  <a href="mailto:Distutils-SIG@python.org" target="_blank">Distutils-SIG@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/distutils-sig" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/distutils-sig</a><br>
</blockquote></div>