From c9b71e4450f25db108f0a2d2048429a322563af1 Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Thu, 30 Nov 2023 18:04:06 +0000 Subject: [PATCH] Render template ../cookiecutter-python-cli at 5230ee8cc8 --- .cookiecutter.json | 2 +- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.cookiecutter.json b/.cookiecutter.json index 2b3daaa..5453403 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -1,10 +1,10 @@ { + "_dest_dir": "worktree", "_template": "../cookiecutter-python-cli", "author_email": "tomi@nomi.cz", "author_github": "liskin", "author_name": "Tom\u00e1\u0161 Janou\u0161ek", "author_paypal": "lisknisi", - "dest_dir": "worktree", "hyphenated": "strava-offline", "name": "strava-offline", "underscored": "strava_offline" diff --git a/pyproject.toml b/pyproject.toml index 62db1be..4486244 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,6 @@ dev = [ "flake8", "isort >= 5.0", "mypy >= 0.900", - "pyflakes >= 2.2.0", "twine", "types-PyYAML", ]