From 72be05ecd4fb1973ee0d550283bdf17440de551d Mon Sep 17 00:00:00 2001 From: blakeNaccarato Date: Mon, 7 Aug 2023 12:18:06 -0700 Subject: [PATCH] Remove other remnants of `compose_pyproject.py` --- .tools/scripts/Copy-Template.ps1 | 1 - .vscode/tasks.json | 8 -------- 2 files changed, 9 deletions(-) diff --git a/.tools/scripts/Copy-Template.ps1 b/.tools/scripts/Copy-Template.ps1 index ce8983bb..20d1f697 100644 --- a/.tools/scripts/Copy-Template.ps1 +++ b/.tools/scripts/Copy-Template.ps1 @@ -20,4 +20,3 @@ else { git submodule deinit template copier update $(if ($Defaults) { '--defaults' }) } -python '.tools/scripts/compose_pyproject.py' diff --git a/.vscode/tasks.json b/.vscode/tasks.json index f917df01..ad9aade5 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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",