From 1a5eabc1100f5c8bf2ec649a219757712734fafd Mon Sep 17 00:00:00 2001 From: Gregor Sturm Date: Fri, 25 Aug 2023 11:03:58 +0200 Subject: [PATCH] Get rid of stale comment (#229) --- {{cookiecutter.project_name}}/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/{{cookiecutter.project_name}}/pyproject.toml b/{{cookiecutter.project_name}}/pyproject.toml index a75a5095..1de7da25 100644 --- a/{{cookiecutter.project_name}}/pyproject.toml +++ b/{{cookiecutter.project_name}}/pyproject.toml @@ -26,7 +26,6 @@ dependencies = [ [project.optional-dependencies] dev = [ - # CLI for bumping the version number "pre-commit", "twine>=4.0.2" ]