ajal-template-python/copier.yml
2025-02-23 10:22:30 -05:00

17 lines
267 B
YAML

# Questions
project_name:
type: str
help: What is your project name?
project_description:
type: str
help: Describe your project
minimum_python_version:
type: str
help: Minmum python version
choices:
- "3.10"
- "3.11"
- "3.12"
- "3.13"