We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb91364 commit 94165bbCopy full SHA for 94165bb
cookiecutter.json
@@ -2,7 +2,7 @@
2
"templates": {
3
"cuda": {
4
"path": "./template/cuda",
5
- "title": "Cuda Project",
+ "title": "CUDA Project",
6
"description": "A cookiecutter template for a cuda project"
7
},
8
"cxx": {
@@ -15,7 +15,7 @@
15
"title": "Go Project",
16
"description": "A cookiecutter template for a go project"
17
18
- "python": {
+ "py": {
19
"path": "./template/py",
20
"title": "Python Project",
21
"description": "A cookiecutter template for a python project"
0 commit comments