Re: [PATCH v6 07/25] python: add MANIFEST.in

2021-05-25 Thread John Snow
On 5/24/21 10:42 PM, Cleber Rosa wrote: On Wed, May 12, 2021 at 07:12:23PM -0400, John Snow wrote: When creating a source distribution via 'python3 setup.py sdist', the VERSION and PACKAGE.rst files aren't bundled by default. Create a MANIFEST.in file that instructs the build tools to include

Re: [PATCH v6 07/25] python: add MANIFEST.in

2021-05-24 Thread Cleber Rosa
On Wed, May 12, 2021 at 07:12:23PM -0400, John Snow wrote: > When creating a source distribution via 'python3 setup.py sdist', 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

[PATCH v6 07/25] python: add MANIFEST.in

2021-05-12 Thread John Snow
When creating a source distribution via 'python3 setup.py sdist', 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 source dists won't fail. (This invocation is required by 'tox', as