[Distutils] it's happened - wheels without sdists (flit)

Daniel Holth dholth at gmail.com
Mon Mar 30 16:46:14 CEST 2015


The approach doesn't exclude the possibility of a source distribution,
it's only a few weeks old. I would suggest that if you have to choose
between having a setup.py, not having a setup.py, and not having the
package on pypi at all because the packager can't figure out setup.py,
prefer the second option.

On Mon, Mar 30, 2015 at 10:32 AM, Donald Stufft <donald at stufft.io> wrote:
>
>> On Mar 30, 2015, at 10:19 AM, Daniel Holth <dholth at gmail.com> wrote:
>>
>> I was wondering when someone would attempt this. Simple .ini file and
>> some conventions, and you have a pip-installable wheel. No
>> bdist_wheel, setup.py, MANIFEST or setuptools involved. I like it.
>> Still alpha/beta.
>>
>> https://github.com/takluyver/flit
>> _______________________________________________
>> Distutils-SIG maillist  -  Distutils-SIG at python.org
>> https://mail.python.org/mailman/listinfo/distutils-sig
>
> Wheels without sdists are likely a generally bad idea, downstream
> redistributors are not going to like them.
>
> ---
> Donald Stufft
> PGP: 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA
>


More information about the Distutils-SIG mailing list