[Distutils] package made up of only .so's?

Nathaniel Smith njs at pobox.com
Mon Jul 4 16:11:37 EDT 2016


You could also probably use flit to do what you want:
  https://pypi.python.org/pypi/flit

(It might require that you bundle the different modules into a single top
level package. You might want to consider doing that regardless.)

-n
On Jul 4, 2016 9:07 AM, "Chris Withers" <chris at simplistix.co.uk> wrote:

> Hi All,
>
> I need to build a package which is made up of a set of .so's.
>
> 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.
>
> 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?
>
> Any help gratefully received!
>
>
> Chris
>
> _______________________________________________
> 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/20160704/9d064d11/attachment.html>


More information about the Distutils-SIG mailing list