PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Tuesday the 22nd of September, 2015

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[09:42:23] <pece> hello, do paths in "entrypoints" argument to setuptools.setup() have to have __inti__.py file in each path component?
[09:43:19] <mgedmin> they should be importable as python modules, yes
[09:43:31] <mgedmin> __init__.py are not necessary since python 3.4, iirc
[09:43:48] <pece> mgedmin: thanks!
[09:47:49] <xafer> erm, __init__ are not mandatory anymore but an absent __init__ means you'll end up with a namespace module which you probably do not want :o
[17:36:40] <nanonyme> So in other words mandatory if you want to support 2+3
[18:22:45] <_habnabit> pex issue: wheel support requires 'wheel>=0.24.0,<0.25.0', but that's not in the pex setup.py install-requires or extras-require. hardcoding that particular version string for wheel seems a bit... suboptimal, and i don't know if there's a better way to get this out of pex
[22:28:57] <agronholm> mgedmin: since 3.3 actually