Skip to content

Commit

Permalink
chore: rename python to py at root cookiecutter.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Sep 9, 2024
1 parent bb91364 commit 94165bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"templates": {
"cuda": {
"path": "./template/cuda",
"title": "Cuda Project",
"title": "CUDA Project",
"description": "A cookiecutter template for a cuda project"
},
"cxx": {
Expand All @@ -15,7 +15,7 @@
"title": "Go Project",
"description": "A cookiecutter template for a go project"
},
"python": {
"py": {
"path": "./template/py",
"title": "Python Project",
"description": "A cookiecutter template for a python project"
Expand Down

0 comments on commit 94165bb

Please sign in to comment.