1
1
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.
4
4
5
5
configuration :
6
6
template_path : ./new-project/templates
@@ -9,18 +9,18 @@ questions:
9
9
- project_name : " project name [yehua-boilerplate]: "
10
10
- description : " description [Moremoban organisation's best template]: "
11
11
- 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"
15
15
- author : " author: "
16
16
- contact : " contact email: "
17
17
- organisation : " github profile/organisation: "
18
18
- company : " copyright owner [{{author}}]: "
19
19
- 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: "
24
24
layout :
25
25
- " {{project_name|lower|replace('-', '_')}}"
26
26
- tests
@@ -39,7 +39,8 @@ templates:
39
39
static :
40
40
- " .moban.d/CUSTOM_README.rst.jj2 " : " CUSTOM_README.rst"
41
41
- " .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"
43
44
- CHANGELOG.rst : CHANGELOG.rst
44
45
- setup.cfg : setup.cfg
45
46
post-moban :
0 commit comments