Opened 13 years ago
Closed 13 years ago
#18874 closed Cleanup/optimization (fixed)
README should be referenced as README.rst
| Reported by: | Bruno Renié | Owned by: | nobody |
|---|---|---|---|
| Component: | Uncategorized | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
After this change:
https://github.com/django/django/commit/2cadd8623915227d594be2b5a2749435215dd240
MANIFEST.in and setup.cfg still use README instead of README.rst. This prompts a warning during installation:
warning: no files found matching 'README'
The attached patch fixes that.
Attachments (1)
Change History (2)
by , 13 years ago
| Attachment: | 18874-readme.patch added |
|---|
comment:1 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In [adbdb18adc37eaffd2ff174853f8026bd29fb998]: