#36740: Replace MANIFEST.in with setuptools configuration via pyproject.toml
--------------------------------------+------------------------------------
Reporter: Pravin | Owner: Pravin
Type: Cleanup/optimization | Status: assigned
Component: Packaging | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by Jacob Walls):
* stage: Unreviewed => Accepted
* summary: No need of MANIFEST.in since pyproject.toml can handle it. =>
Replace MANIFEST.in with setuptools configuration via pyproject.toml
* version: 5.2 => dev
Comment:
Tentatively accepting.
Please focus first on producing a build that differs in no way from our
existing manifest. Please include a before and after manifest of the
packaged files with the PR. Then in subsequent commits we can make tweaks,
e.g. to remove the scripts directory, see
[
https://forum.djangoproject.com/t/avoid-packaging-scripts-folder/43296
forum].
--
Ticket URL: <
https://code.djangoproject.com/ticket/36740#comment:2>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.