#36740 new Cleanup/optimization

No need of MANIFEST.in since pyproject.toml can handle it.

Reported by: Pravin Owned by:
Component: Packaging Version: 5.2
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Since now django uses pyproject.toml we can safely remove the MANIFEST.in file.
pyproject.toml will do that for us.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top