quickly license should infer contact and name info from setup.py
Bug #402664 reported by
Rick Spencer
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Quickly |
Fix Released
|
Medium
|
Didier Roche-Tolomelli | ||
0.x |
Fix Released
|
Wishlist
|
Unassigned |
Bug Description
Impacted commands: quickly release, quickly share, quickly change-lp-project
(all lp commands)
Currently the user has to edit their licence file before quickly license will work. They have to edit it with into that they also have to specify in setup.py. If the user hasn't changed their info in license, license.py should infer from setup.py, and instruct users to edit setup.py if they haven't done so yet, rather than the license file.
Related branches
Changed in quickly: | |
assignee: | nobody → Didier Roche (didrocks) |
description: | updated |
Changed in quickly: | |
status: | Confirmed → In Progress |
Changed in quickly: | |
milestone: | none → 0.2 |
Changed in quickly: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
"quickly license" now take author and author_email from setup.py if defined.
It put the License entry to this file after licensing.
quickly release and quickly share now put launchpad values from author/author_email in setup.py and call quickly license which will license all files in GPL-3 with thise author/author_email if quickly license was not already manually launched.