Skip to content

Commit

Permalink
Remove other remnants of compose_pyproject.py
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Aug 7, 2023
1 parent fedf47d commit 72be05e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion .tools/scripts/Copy-Template.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ else {
git submodule deinit template
copier update $(if ($Defaults) { '--defaults' })
}
python '.tools/scripts/compose_pyproject.py'
8 changes: 0 additions & 8 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,14 +263,6 @@

// * -------------------------------------------------------------------------- * //
// * PROJECT SETUP * //
{
"label": "setup: Compose pyproject.toml",
"type": "shell",
"options": { "shell": { "executable": "pwsh", "args": ["-Command"] } },
"command": "python .tools/scripts/compose_pyproject.py",
"icon": { "id": "file-symlink-directory" },
"problemMatcher": []
},
{
"label": "setup: Copy template",
"type": "shell",
Expand Down

0 comments on commit 72be05e

Please sign in to comment.