Skip to content

Commit a9de551

Browse files
authored
Merge pull request #85 from samharrison7/patch-1
Update default license to pass open_source_license check
2 parents 21d5087 + c8119da commit a9de551

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

babelizer/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def ask_until_done(text):
339339
"package_author_email": email
340340
or ask("Babelizing author email", default="[email protected]"),
341341
"package_license": license
342-
or ask("License to use for the babelized project", default="MIT"),
342+
or ask("License to use for the babelized project", default="MIT License"),
343343
"summary": summary
344344
or ask("Brief description of what the library does", default=""),
345345
}

news/85.misc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
Changed the default license from "MIT" to "MIT License".

0 commit comments

Comments
 (0)