17 lines
267 B
YAML
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"
|