#19430 closed Cleanup/optimization (fixed)
Missing license in setup.py
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 , 12 years ago
Component: | Uncategorized → Core (Other) |
---|---|
Easy pickings: | set |
Triage Stage: | Unreviewed → Accepted |
Type: | Uncategorized → Cleanup/optimization |
comment:2 by , 12 years ago
Summary: | Mssing license in setup.py → Missing license in setup.py |
---|
comment:3 by , 12 years ago
comment:4 by , 12 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