File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ layout:
25
25
- " {{project_name|lower|replace('-', '_')}}"
26
26
- tests
27
27
- docs :
28
- - source
29
- - .moban.d :
30
- - tests
31
- - docs :
32
28
- source
29
+ - .moban.d :
30
+ - tests
31
+ - docs :
32
+ - source
33
33
templates :
34
34
- " {{project_name}}.yml " : project.yml.jj2
35
35
- " {{project_name | replace('-', '_')}}/__init__.py " : " __init__.py.jj2"
@@ -39,8 +39,7 @@ 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" : |
43
- "tests/custom_requirements.txt.jj2"
42
+ - " .moban.d/tests/custom_requirements.txt.jj2 " : " tests/requirements.txt.jj2"
44
43
- CHANGELOG.rst : CHANGELOG.rst
45
44
- setup.cfg : setup.cfg
46
45
post-moban :
You can’t perform that action at this time.
0 commit comments