PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Wednesday the 31st of August, 2016

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[19:29:21] <jaraco> ronny, I can, yes.
[19:30:16] <jaraco> as for vendoring in setuptools, I say pile it on.
[19:30:53] <jaraco> As for adding setup options indicated elsewhere, that seems like it conflicts with the entry points protocol.
[19:30:58] <jaraco> But I haven’t looked into it.
[20:12:45] <jaraco> Not conflicts, but conflates.
[21:28:04] <ronny> jaraco: my basic suggestion is for setuptools to support loading the distribution options from the [tool.setuptools.setup_options] section in pyproject.toml
[21:29:08] <ronny> jaraco: bascially if the setup call would take a look at pyproject.toml before constructing the distribution object, nothing internal would change
[21:30:03] <ronny> jaraco: alternatively there could also be something like setup_from_toml, which always checks setup requires (and will need setuptools in there)#