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

2016-07-07 Thread Daniel Holth
Please install directly from the repository for now. On Thu, Jul 7, 2016, 07:13 Chris Withers wrote: > The release version on pypi doesn't seem to work... > > (Appears to be missing setup2toml and doesn't sepcify pytoml as a > dependency). > > What's the current recommended way to install enscon

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

2016-07-07 Thread Chris Withers
The release version on pypi doesn't seem to work... (Appears to be missing setup2toml and doesn't sepcify pytoml as a dependency). What's the current recommended way to install enscons? Chris On 04/07/2016 17:27, Daniel Holth wrote: T

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

2016-07-07 Thread Thomas Kluyver
Hi Chris, On 7 July 2016 at 11:49, Chris Withers wrote: > flit does look nice and clean, but appears to only support one > module/package? > Thomas, that ever likely to change? That's by design, I'm afraid. I like one top-level module to correspond to one installable distribution. Flit also as

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

2016-07-07 Thread Chris Withers
flit does look nice and clean, but appears to only support one module/package? Thomas, that ever likely to change? On 04/07/2016 21:11, Nathaniel Smith wrote: You could also probably use flit to do what you want:   https://pypi.python

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

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