Re: [PATCH v3 02/15] python: add qemu package installer

2020-10-28 Thread John Snow
On 10/28/20 3:49 PM, Cleber Rosa wrote: On Tue, Oct 20, 2020 at 03:35:42PM -0400, 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 for and who to contact for more information. This document w

Re: [PATCH v3 02/15] python: add qemu package installer

2020-10-28 Thread John Snow
On 10/28/20 3:46 PM, Cleber Rosa wrote: On Wed, Oct 28, 2020 at 01:02:52PM -0400, John Snow wrote: On 10/28/20 11:10 AM, Cleber Rosa wrote: +mirror `_, but +contributions must be sent to the list for inclusion. IMO it's not clear if this branch/mir

Re: [PATCH v3 02/15] python: add qemu package installer

2020-10-28 Thread Cleber Rosa
On Tue, Oct 20, 2020 at 03:35:42PM -0400, 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 > for and who to contact for more information. This document will be used > as the landing page for

Re: [PATCH v3 02/15] python: add qemu package installer

2020-10-28 Thread Cleber Rosa
On Wed, Oct 28, 2020 at 01:02:52PM -0400, John Snow wrote: > On 10/28/20 11:10 AM, Cleber Rosa wrote: > > > +mirror `_, but > > > +contributions must be sent to the list for inclusion. > > > > IMO it's not clear if this branch/mirror is your development

Re: [PATCH v3 02/15] python: add qemu package installer

2020-10-28 Thread John Snow
On 10/28/20 11:10 AM, Cleber Rosa wrote: On Tue, Oct 20, 2020 at 03:35:42PM -0400, 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 for and who to contact for more information. This document

Re: [PATCH v3 02/15] python: add qemu package installer

2020-10-28 Thread Cleber Rosa
On Tue, Oct 20, 2020 at 03:35:42PM -0400, 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 > for and who to contact for more information. This document will be used > as the landing page for

[PATCH v3 02/15] python: add qemu package installer

2020-10-20 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 pa