<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>flit does look nice and clean, but appears to only support one
module/package?<br>
</p>
Thomas, that ever likely to change?<br>
<br>
<div class="moz-cite-prefix">On 04/07/2016 21:11, Nathaniel Smith
wrote:<br>
</div>
<blockquote
cite="mid:CAPJVwBk17-q=WW=EkPtXmh0LpJaPqCWpG3aumeSjYrjr_bODww@mail.gmail.com"
type="cite">
<p dir="ltr">You could also probably use flit to do what you want:<br>
<a moz-do-not-send="true"
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 moz-do-not-send="true"
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 moz-do-not-send="true"
href="mailto:Distutils-SIG@python.org" target="_blank">Distutils-SIG@python.org</a><br>
<a moz-do-not-send="true"
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>
<br clear="all">
______________________________________________________________________<br>
This email has been scanned by the Symantec Email Security.cloud
service.<br>
For more information please visit <a class="moz-txt-link-freetext" href="http://www.symanteccloud.com">http://www.symanteccloud.com</a><br>
______________________________________________________________________<br>
</blockquote>
<br>
</body>
</html>