On 04/07/2016 17:31, Ionel Cristian Mărieș wrote:
On Mon, Jul 4, 2016 at 6:53 PM, Chris Withers <[email protected] <mailto:[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.
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 _______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
