Tim Booth

Results 115 comments of Tim Booth

I have already addressed this in PR #625. I'm not going to review and approve a duplicate PR.

@kingbuzzman you are clearly working from a different set of guidelines than I am seeing. I'm following the setuptools user guide: https://setuptools.pypa.io/en/latest/userguide/declarative_config.html Where are you getting your info from, please?

I still don't see how keeping any `setup.py` script is necessary or helpful in a modern module, and to my mind this is still an inferior/hacky version of what I...

The existing behavior is actually logically consistent. In YAML, `foo:` is equivalent to `foo: null` which is not the same as setting the value to the empty string (`foo:''`). The...

Or rather, I will assign the issue to myself once I have the required level of access to this repo.