Skip to content

Commit 94165bb

Browse files
committed
chore: rename python to py at root cookiecutter.json
1 parent bb91364 commit 94165bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookiecutter.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"templates": {
33
"cuda": {
44
"path": "./template/cuda",
5-
"title": "Cuda Project",
5+
"title": "CUDA Project",
66
"description": "A cookiecutter template for a cuda project"
77
},
88
"cxx": {
@@ -15,7 +15,7 @@
1515
"title": "Go Project",
1616
"description": "A cookiecutter template for a go project"
1717
},
18-
"python": {
18+
"py": {
1919
"path": "./template/py",
2020
"title": "Python Project",
2121
"description": "A cookiecutter template for a python project"

0 commit comments

Comments
 (0)