#19430 closed Cleanup/optimization (fixed)
Missing license in setup.py
| Reported by: | anonymous | Owned by: | nobody | 
|---|---|---|---|
| Component: | Core (Other) | Version: | 1.4 | 
| Severity: | Normal | Keywords: | distutils setup.py license | 
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | yes | UI/UX: | no | 
Description
Please add license = "BSD" to setup.py otherwise bdist_rpm generates "UNKNOWN" licensed rpm. See http://docs.python.org/2/distutils/builtdist.html
Change History (6)
comment:1 by , 13 years ago
| Component: | Uncategorized → Core (Other) | 
|---|---|
| Easy pickings: | set | 
| Triage Stage: | Unreviewed → Accepted | 
| Type: | Uncategorized → Cleanup/optimization | 
comment:2 by , 13 years ago
| Summary: | Mssing license in setup.py → Missing license in setup.py | 
|---|
comment:3 by , 13 years ago
comment:4 by , 13 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    
Pull request submitted: https://github.com/django/django/pull/587