Skip to content

Commit f28bb03

Browse files
committed
Additional cleanup and consistency improvements
- Updated docs/intro.rst Python version badge to show 3.10-3.13 - Fixed license badge in intro.rst to use correct URL - Removed outdated flit tasks from .vscode/tasks.json - Fixed pixi version mismatch in .devcontainer/devcontainer.json (v0.48.2) - Updated CHANGELOG.md version to match pyproject.toml (0.2.0)
1 parent 0701fa3 commit f28bb03

File tree

4 files changed

+4
-14
lines changed

4 files changed

+4
-14
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dockerfile": "Dockerfile",
55
"context": "..",
66
"args": {
7-
"PIXI_VERSION": "v0.41.4"
7+
"PIXI_VERSION": "v0.48.2"
88
}
99
},
1010
"customizations": {

.vscode/tasks.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,7 @@
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",

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
## python_template
44

5-
## [0.0.0]
5+
## [0.2.0]

docs/intro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ This has basic setup for
2121
[![GitHub issues](https://img.shields.io/github/issues/blooop/python_template.svg)](https://GitHub.com/blooop/python_template/issues/)
2222
[![GitHub pull-requests merged](https://badgen.net/github/merged-prs/blooop/python_template)](https://github.com/blooop/python_template/pulls?q=is%3Amerged)
2323
[![GitHub release](https://img.shields.io/github/release/blooop/python_template.svg)](https://GitHub.com/blooop/python_template/releases/)
24-
[![License](https://img.shields.io/pypi/l/bencher)](https://opensource.org/license/mit/)
25-
[![Python](https://img.shields.io/badge/python-3.10%20%7C%203.11-blue)](https://www.python.org/downloads/release/python-310/)
24+
[![License](https://img.shields.io/github/license/blooop/python_template)](https://opensource.org/license/mit/)
25+
[![Python](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue)](https://www.python.org/downloads/)
2626

2727

2828
To set up your project run the vscode task "pull updates from template repo" and then task "rename project template name"

0 commit comments

Comments
 (0)