From 95377b4dd20d16aafb47aec10d3146f0abfa6808 Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Sat, 11 May 2024 17:56:45 +0100 Subject: [PATCH] Drop non-inputs from .cookiecutter.json See https://github.com/liskin/cookiecutter-python-cli/commit/ea3dcc7c5bbca09aa87e0178b99468585e2f8fb9 --- .cookiecutter.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.cookiecutter.json b/.cookiecutter.json index d32c7db..73e1be2 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -1,14 +1,4 @@ { - "_checkout": null, - "_dest_dir": "worktree", - "_extensions": [ - "jinja2.ext.do" - ], - "_output_dir": "", - "_repo_dir": "../cookiecutter-python-cli", - "_setuptools_scm_root": "", - "_template": "../cookiecutter-python-cli", - "_template_name": "cookiecutter-python-cli", "author_email": "tomi@nomi.cz", "author_github": "liskin", "author_name": "Tom\u00e1\u0161 Janou\u0161ek",