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

Ionel Cristian Mărieș contact at ionelmc.ro
Mon Jul 4 12:31:16 EDT 2016


On Mon, Jul 4, 2016 at 6:53 PM, Chris Withers <chris at simplistix.co.uk>
wrote:

>
> 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?
>

​If you want to package arbitrary files take a look at this setup.py:
https://github.com/pytest-dev/pytest-cov/blob/master/setup.py
It should be simple enough to replicate, and it handles most ways to
install, besides wheels.



Thanks,
-- Ionel Cristian Mărieș, http://blog.ionelmc.ro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20160704/f5840956/attachment.html>


More information about the Distutils-SIG mailing list