{ "project_name": "My Python App", "github_url": "None", "project_slug": "{{ cookiecutter.project_name|lower|replace(' ', '_') }}", "author": "Your Name", "email": "Your Email", "github_actions_ci": ["Yes", "No"], "pypi_release": ["Yes", "No"], "testpypi_release": ["Yes", "No"], "readthedocs": ["Yes", "No"], "open_source_license": ["MIT", "BSD-3", "Apache-2.0", "GPL-3.0", "None"], "_extensions": ["local_extensions.YearExtension"], "_copy_without_render": [".github/workflows/*"] }