File tree Expand file tree Collapse file tree 4 files changed +4
-14
lines changed
Expand file tree Collapse file tree 4 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 44 "dockerfile" : " Dockerfile" ,
55 "context" : " .." ,
66 "args" : {
7- "PIXI_VERSION" : " v0.41.4 "
7+ "PIXI_VERSION" : " v0.48.2 "
88 }
99 },
1010 "customizations" : {
Original file line number Diff line number Diff line change 103103 "detail" : " Replaces all instances of the template project name with a new name. " ,
104104 "type" : " shell" ,
105105 "command" : " scripts/rename_project.sh '${input:new_project_name}' '${input:new_author_name}' '${input:new_author_email}' '${input:github_username}'"
106- },
107- {
108- "label" : " flit install" ,
109- "type" : " shell" ,
110- "command" : " flit install --symlink"
111106 },
112- {
113- "label" : " flit publish" ,
114- "type" : " shell" ,
115- "command" : " flit publish"
116- },
117107 {
118108 "label" : " setup: host" ,
119109 "detail" : " Sets up docker, nvidia docker git-lfs and rocker which are used to clone and setup docker containers" ,
Original file line number Diff line number Diff line change 22
33## python_template
44
5- ## [ 0.0 .0]
5+ ## [ 0.2 .0]
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ This has basic setup for
2121[](https://GitHub.com/blooop/python_template/issues/)
2222[](https://github.com/blooop/python_template/pulls?q=is%3Amerged)
2323[](https://GitHub.com/blooop/python_template/releases/)
24- [](https://opensource.org/license/mit/)
25- [](https://www.python.org/downloads/release/python-310 /)
24+ [](https://opensource.org/license/mit/)
25+ [](https://www.python.org/downloads/)
2626
2727
2828To set up your project run the vscode task "pull updates from template repo" and then task "rename project template name"
You can’t perform that action at this time.
0 commit comments