11introduction : |+
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
55configuration :
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: "
2424layout :
2525 - " {{project_name|lower|replace('-', '_')}}"
2626 - tests
@@ -39,7 +39,8 @@ templates:
3939static :
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
4546post-moban :
0 commit comments