On Mon, Jul 4, 2016 at 6:53 PM, Chris Withers <[email protected]>
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
_______________________________________________
Distutils-SIG maillist  -  [email protected]
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to