-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.moban.yml
27 lines (27 loc) · 915 Bytes
/
.moban.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
configuration:
configuration_dir: "commons/config"
template_dir:
- "commons/templates"
- "setupmobans/templates"
- ".moban.d"
configuration: pyexcel-yuri.yml
targets:
- README.rst: README.rst
- setup.py: setup.py
- "docs/source/conf.py": "docs/source/conf.py.jj2"
- .travis.yml: travis.yml
- requirements.txt: requirements.txt
- LICENSE: NEW_BSD_LICENSE.jj2
- MANIFEST.in: MANIFEST.in.jj2
- .gitignore: gitignore.jj2
- test.sh: test.script.jj2
- test.bat: test.script.jj2
- "tests/requirements.txt": "tests/requirements.txt"
- "tests/test_filter.py": "tests/test_filter.py.jj2"
- "tests/test_formatters.py": "tests/test_formatters.py"
- "tests/test_stringio.py": "tests/test_stringio.py.jj2"
- "tests/test_writer.py": "tests/test_writer.py.jj2"
- "tests/base.py": "tests/base.py"
- output: CHANGELOG.rst
configuration: changelog.yml
template: CHANGELOG.rst.jj2