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

Chris Withers chris at simplistix.co.uk
Thu Jul 7 06:40:46 EDT 2016


On 04/07/2016 17:31, Ionel Cristian Mărieș wrote:
>
> On Mon, Jul 4, 2016 at 6:53 PM, Chris Withers <chris at simplistix.co.uk
> <mailto: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.

Not sure I'm following, I don't see any handling for non-.py files in 
there... What line(s) should I be looking at?

Chris


More information about the Distutils-SIG mailing list