Skip to content

Commit 6656ef1

Browse files
committed
💄 update yehua file
1 parent 492c283 commit 6656ef1

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

yehua.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
introduction: |+
2-
[info]Yehua /'jɛhwa/[/info] will walk you through creating a blank python package.
3-
Press ^C to quit at any time.
2+
[info]Yehua /'jɛhwa/[/info] will walk you through creating a
3+
blank python package. Press ^C to quit at any time.
44
55
configuration:
66
template_path: ./new-project/templates
@@ -9,18 +9,18 @@ questions:
99
- project_name: "project name [yehua-boilerplate]: "
1010
- description: "description [Moremoban organisation's best template]: "
1111
- license:
12-
- question: "license: "
13-
"1. mit": "N/A"
14-
"2. newbsd": "N/A"
12+
- question: "license: "
13+
"1. mit": "N/A"
14+
"2. newbsd": "N/A"
1515
- author: "author: "
1616
- contact: "contact email: "
1717
- organisation: "github profile/organisation: "
1818
- company: "copyright owner [{{author}}]: "
1919
- project_type:
20-
- question: "project type: "
21-
"1. library": "N/A"
22-
"2. command line interface":
23-
- cli: "cli executable name: "
20+
- question: "project type: "
21+
"1. library": "N/A"
22+
"2. command line interface":
23+
- cli: "cli executable name: "
2424
layout:
2525
- "{{project_name|lower|replace('-', '_')}}"
2626
- tests
@@ -39,7 +39,8 @@ templates:
3939
static:
4040
- ".moban.d/CUSTOM_README.rst.jj2": "CUSTOM_README.rst"
4141
- ".moban.d/custom_setup.py.jj2": custom_setup.py.jj2
42-
- ".moban.d/tests/custom_requirements.txt.jj2": "tests/custom_requirements.txt.jj2"
42+
- ".moban.d/tests/custom_requirements.txt.jj2": |
43+
"tests/custom_requirements.txt.jj2"
4344
- CHANGELOG.rst: CHANGELOG.rst
4445
- setup.cfg: setup.cfg
4546
post-moban:

0 commit comments

Comments
 (0)