34 lines
618 B
YAML
34 lines
618 B
YAML
# questions
|
|
project_name:
|
|
type: str
|
|
help: What is your project name?
|
|
|
|
module_name:
|
|
type: str
|
|
help: What is your Python module name?
|
|
|
|
description:
|
|
type: str
|
|
help: Project description?
|
|
|
|
author_name:
|
|
type: str
|
|
help: What's your name?
|
|
|
|
email:
|
|
type: str
|
|
help: What's your contact email?
|
|
|
|
repo_name:
|
|
type: str
|
|
help: What's the slug of the repo name on Gitea?
|
|
|
|
_envops:
|
|
autoescape: false
|
|
block_end_string: "%]"
|
|
block_start_string: "[%"
|
|
comment_end_string: "#]"
|
|
comment_start_string: "[#"
|
|
keep_trailing_newline: true
|
|
variable_end_string: "]]"
|
|
variable_start_string: "[[" |