Opened 14 years ago
Closed 14 years ago
#14352 closed (fixed)
MANIFEST.in refers to non-existant files
Reported by: | Rob Hudson | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 1.2 |
Severity: | 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
Installing Django shows two warnings, which are caused by non-existant files in the MANIFEST.in:
Installing collected packages: Django Running setup.py install for Django changing mode of build/scripts-2.6/django-admin.py from 644 to 755 warning: no files found matching 'django/dispatch/LICENSE.txt' warning: no files found matching '*' under directory 'examples'
The attached patch fixes this.
Attachments (1)
Change History (2)
by , 14 years ago
Attachment: | 14352.diff added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r13760.