-
Notifications
You must be signed in to change notification settings - Fork 2
/
mobanfile.yaml
26 lines (26 loc) · 1.11 KB
/
mobanfile.yaml
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
configuration:
configuration_dir: "git://github.com/pyexcel/pyexcel-mobans!/config"
template_dir:
- "git://github.com/moremoban/pypi-mobans.git?submodule=true&brach=dev!/statics"
- "git://github.com/moremoban/pypi-mobans.git?branch=dev&submodule=true!/templates"
- "git://github.com/pyexcel/pyexcel-mobans.git!/templates"
- "git://github.com/pyexcel/pyexcel-mobans.git!/statics"
- ".moban.d"
targets:
- requirements.txt: requirements.txt.jj2
- "tests/requirements.txt": "tests/requirements.txt.jj2"
- output: CHANGELOG.rst
configuration: changelog.yml
template: CHANGELOG.rst.jj2
- LICENSE: newbsd_license.jj2
- lint.sh: lint.script.jj2
- .readthedocs.yml: readthedocs.yml.jj2
- ".github/FUNDING.yml": "FUNDING.yml"
- ".github/PULL_REQUEST_TEMPLATE.md": PULL_REQUEST_TEMPLATE.md.jj2
- ".github/workflows/pythonpublish.yml": "pythonpublish.yml"
- ".github/workflows/tests.yml": "tests.yml.jj2"
- ".github/workflows/lint.yml": "lint.yml"
- ".github/workflows/moban-update.yml": "moban-update.yml"
- Makefile: Makefile.jj2
- format.sh: format.sh.jj2
- CONTRIBUTORS.rst: CONTRIBUTORS.rst.jj2