Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#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 Claude Paroz, 11 years ago

Component: UncategorizedCore (Other)
Easy pickings: set
Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

comment:2 by Claude Paroz, 11 years ago

Summary: Mssing license in setup.pyMissing license in setup.py

comment:4 by Pablo Recio <pablo@…>, 11 years ago

Resolution: fixed
Status: newclosed

In 50fd96497b2129b8a350f789dfdc8ce0b0df4988:

Added 'license' value to the setup.py fixes #19430

comment:5 by Claude Paroz <claude@…>, 11 years ago

In ddb454b2b06409753d61c3ed868dcbdaf5d857e3:

Merge pull request #587 from pyriku/19430-license-setup-py

Fixed #19430 -- Added 'license' value to setup.py

comment:6 by Claude Paroz <claude@…>, 11 years ago

In 6d712e0d66ddb415c9876a26417b731765c81ba1:

[1.5.x] Fixed #19430 -- Added 'license' value to setup.py

Backport of 50fd96497 from master.

Note: See TracTickets for help on using tickets.
Back to Top