-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #85 from samharrison7/patch-1
Update default license to pass open_source_license check
- Loading branch information
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -339,7 +339,7 @@ def ask_until_done(text): | |
"package_author_email": email | ||
or ask("Babelizing author email", default="[email protected]"), | ||
"package_license": license | ||
or ask("License to use for the babelized project", default="MIT"), | ||
or ask("License to use for the babelized project", default="MIT License"), | ||
"summary": summary | ||
or ask("Brief description of what the library does", default=""), | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
Changed the default license from "MIT" to "MIT License". |