#36740: No need of MANIFEST.in since pyproject.toml can handle it.
------------------------+------------------------------------------------
Reporter: Pravin | Type: Cleanup/optimization
Status: new | Component: Packaging
Version: 5.2 | Severity: Normal
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
------------------------+------------------------------------------------
Since now django uses pyproject.toml we can safely remove the MANIFEST.in
file.
pyproject.toml will do that for us.
--
Ticket URL: <
https://code.djangoproject.com/ticket/36740>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.