Skip to content

Commit

Permalink
Add prompts for most variables (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep authored Oct 2, 2024
1 parent 2445abf commit ab6df86
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,15 @@
"docs/_templates/autosummary/**.rst"
],
"_render_devdocs": false,
"_jinja2_env_vars": { "lstrip_blocks": true, "trim_blocks": true }
"_jinja2_env_vars": { "lstrip_blocks": true, "trim_blocks": true },
"__prompts__": {
"project_name": "Your project’s name",
"package_name": "If the Python package name differs from the project name, edit it now",
"project_description": "A short one-line description of what your project does",
"author_full_name": "Your complete name",
"author_email": "The e-mail address your package’s users can contact you under",
"github_user": "The GitHub username or org the project is to be published under",
"github_repo": "If the repo name should differ from the project name, edit it now",
"ide_integration": "Whether to generate IDE configuration files"
}
}

0 comments on commit ab6df86

Please sign in to comment.