Opened 94 minutes ago
#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.
Note:
See TracTickets
for help on using tickets.