Upgrade CC-Dj 2023-05-16 C

This commit is contained in:
Alejandro Franco 2023-05-16 01:19:00 -06:00
parent 5963496a3c
commit 5b84e42ad2
2 changed files with 3 additions and 2 deletions

View File

@ -13,6 +13,7 @@
"Apache Software License 2.0", "Apache Software License 2.0",
"Not open source" "Not open source"
], ],
"username_type": ["email"],
"timezone": "UTC", "timezone": "UTC",
"windows": "n", "windows": "n",
"use_pycharm": "n", "use_pycharm": "n",

View File

@ -43,8 +43,8 @@ def context():
SUPPORTED_COMBINATIONS = [ SUPPORTED_COMBINATIONS = [
# {"username_type": "username"}, {"username_type": "username"},
# {"username_type": "email"}, {"username_type": "email"},
{"open_source_license": "MIT"}, {"open_source_license": "MIT"},
{"open_source_license": "BSD"}, {"open_source_license": "BSD"},
{"open_source_license": "GPLv3"}, {"open_source_license": "GPLv3"},