_subdirectory: copier-template _exclude: - copier.yml - "~*" - "*.py[co]" - __pycache__ - .git - .DS_Store - .svn project_name: type: str help: 业务项目显示名称 default: iTi Business App project_slug: type: str help: 业务项目发行包名来源 default: iti-business-app framework_git: type: str help: iTi-Flask Git 地址 default: https://git.noahlan.cn/iti-framework/iTi-Flask.git framework_tag: type: str help: iTi-Flask Git tag default: v0.2.5 include_system: type: bool help: 是否引入 iTi-System 系统业务包 default: false system_git: type: str help: iTi-System Git 地址 default: https://git.noahlan.cn/iti-framework/iTi-System.git system_tag: type: str help: iTi-System Git tag default: v0.2.5