[07:26:27] <pradyunsg> teratorn: please file an issue on https://github.com/pypa/pypi-support
[14:01:47] <dustfinger> Would it be an abuse of extras_require if I added an example subpackage that deomonstrates the usage of the main package? I was also thinking of adding an entry_point that is dependent on the examples extras_require to provide a cli to execute the examples.
[14:40:40] <nedbat> dustfinger: that sounds like a fine use
[17:15:58] <dustfinger> nedbat: Okay, I am just setting down to try it out. I got busy with something else this morning. Thanks for your input.
[20:16:35] <toad_polo> dustfinger: I would probably put the CLI tool in the extra examples package rather than in the main package.
[23:08:52] <dustfinger> toad_polo: yah, that is exactly what I did. Taking a break now. Thanks for your input.