Skip to content

Commit

Permalink
Merge pull request #85 from samharrison7/patch-1
Browse files Browse the repository at this point in the history
Update default license to pass open_source_license check
  • Loading branch information
mcflugen authored Mar 4, 2024
2 parents 21d5087 + c8119da commit a9de551
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion babelizer/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=""),
}
Expand Down
2 changes: 2 additions & 0 deletions news/85.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

Changed the default license from "MIT" to "MIT License".

0 comments on commit a9de551

Please sign in to comment.