Re: [PATCH v4 05/24] python: add qemu package installer

2021-02-16 Thread John Snow
On 2/16/21 9:23 PM, Cleber Rosa wrote: On Thu, Feb 11, 2021 at 01:58:37PM -0500, John Snow wrote: Add setup.cfg and setup.py, necessary for installing a package via pip. Add a rst document explaining the basics of what this package is Nitpick 1: setup.cfg and setup.py are indeed used by pip,

Re: [PATCH v4 05/24] python: add qemu package installer

2021-02-16 Thread Cleber Rosa
On Thu, Feb 11, 2021 at 01:58:37PM -0500, John Snow wrote: > Add setup.cfg and setup.py, necessary for installing a package via > pip. Add a rst document explaining the basics of what this package is Nitpick 1: setup.cfg and setup.py are indeed used by pip, your statement is correct. But, it

[PATCH v4 05/24] python: add qemu package installer

2021-02-11 Thread John Snow
Add setup.cfg and setup.py, necessary for installing a package via pip. Add a rst document explaining the basics of what this package is for and who to contact for more information. This document will be used as the landing page for the package on PyPI. I am not yet using a pyproject.toml style