Skip to content

Commit 266b853

Browse files
committed
cookiecutter: hopefully this is the right choice format
1 parent 3057524 commit 266b853

1 file changed

Lines changed: 34 additions & 10 deletions

File tree

cookiecutter.json

Lines changed: 34 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,40 @@
1010
"project_repo": "https://github.com/{{ cookiecutter.github_organization }}/{{ cookiecutter.project_slug }}",
1111
"license": {
1212
"type": "select",
13-
"choices": {
14-
"MIT License": "MIT",
15-
"BSD 2-Clause License": "BSD-2-Clause",
16-
"BSD 3-Clause License": "BSD-3-Clause",
17-
"Apache License Version 2.0": "Apache-2.0",
18-
"GNU Lesser General Public License Version 3": "LGPL-3.0-or-later",
19-
"GNU General Public License Version 3": "GPL-3.0-or-later",
20-
"ISC License": "ISC",
21-
"Unlicense": "Unlicense"
22-
},
13+
"choices": [
14+
[
15+
"MIT License",
16+
"MIT"
17+
],
18+
[
19+
"BSD 2-Clause License",
20+
"BSD-2-Clause"
21+
],
22+
[
23+
"BSD 3-Clause License",
24+
"BSD-3-Clause"
25+
],
26+
[
27+
"Apache License Version 2.0",
28+
"Apache-2.0"
29+
],
30+
[
31+
"GNU Lesser General Public License Version 3",
32+
"LGPL-3.0-or-later"
33+
],
34+
[
35+
"GNU General Public License Version 3",
36+
"GPL-3.0-or-later"
37+
],
38+
[
39+
"ISC License",
40+
"ISC"
41+
],
42+
[
43+
"Unlicense",
44+
"Unlicense"
45+
]
46+
],
2347
"default": "LGPL-3.0-or-later"
2448
},
2549
"python_version": [

0 commit comments

Comments
 (0)