Re: [PATCH v7 13/31] python: add MANIFEST.in

2021-05-27 Thread Cleber Rosa
On Tue, May 25, 2021 at 08:24:36PM -0400, John Snow wrote: > When creating a source or binary distribution via 'python3 setup.py > ', the VERSION and PACKAGE.rst files aren't bundled by > default. Create a MANIFEST.in file that instructs the build tools to > include these so that installation from

Re: [PATCH v7 13/31] python: add MANIFEST.in

2021-05-26 Thread Vladimir Sementsov-Ogievskiy
26.05.2021 03:24, John Snow wrote: When creating a source or binary distribution via 'python3 setup.py ', the VERSION and PACKAGE.rst files aren't bundled by default. Create a MANIFEST.in file that instructs the build tools to include these so that installation from these files won't fail. This

[PATCH v7 13/31] python: add MANIFEST.in

2021-05-25 Thread John Snow
When creating a source or binary distribution via 'python3 setup.py ', the VERSION and PACKAGE.rst files aren't bundled by default. Create a MANIFEST.in file that instructs the build tools to include these so that installation from these files won't fail. This is required by 'tox', as well as by t