-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
.moban.yml
22 lines (22 loc) · 924 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
configuration:
configuration_dir: "git://github.com/pyexcel/pyexcel-mobans.git!/config"
template_dir:
- "git://github.com/moremoban/pypi-mobans.git?submodule=true&brach=dev!/statics"
- "git://github.com/moremoban/pypi-mobans.git?submodule=true&branch=dev!/templates"
- ".moban.d"
configuration: yehua.yaml
targets:
- README.rst: CUSTOM_README.rst.jj2
- setup.py: custom_setup.py.jj2
- requirements.txt: requirements.txt.jj2
- "tests/requirements.txt": "tests/requirements.txt.jj2"
- "docs/source/conf.py": "docs/source/conf.py.jj2"
- "docs/source/index.rst": "docs/source/index.rst.jj2"
- 'yehua/_version.py': '_version.py.jj2'
- '.travis.yml': 'yehua_travis.yml.jj2'
- output: CHANGELOG.rst
configuration: changelog.yml
template: CHANGELOG.rst.jj2
- ".github/workflows/moban-update.yml": "moban-update.yml"
- Makefile: Makefile.jj2
- CONTRIBUTORS.rst: CONTRIBUTORS.rst.jj2