-
Notifications
You must be signed in to change notification settings - Fork 3
/
.moban.yml
25 lines (25 loc) · 1018 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
configuration:
configuration_dir: "git://github.com/pyecharts/pyecharts-mobans!/config"
template_dir:
- "git://github.com/moremoban/pypi-mobans?branch=dev&submodule=True!/statics"
- "git://github.com/moremoban/pypi-mobans?branch=dev&submodule=True!/templates"
- "git://github.com/pyecharts/pyecharts-mobans!/templates"
- ".moban.d"
configuration: pyecharts-extras.yml
targets:
- README.rst: CUSTOM_README.rst.jj2
- setup.py: pyecharts_setup.py.jj2
- requirements.txt: requirements.txt.jj2
- test.sh: test.script.jj2
- "pyecharts_extras/_version.py": "_version.py.jj2"
- .gitignore: pyecharts_gitignore.jj2
- .travis.yml: extras_travis.yml.jj2
- Pipfile: Pipfile.jj2
- output: CHANGELOG.rst
template: CHANGELOG.rst.jj2
- lint.sh: lint.script.jj2
- Makefile: Makefile.jj2
- tests/requirements.txt: tests/requirements.txt.jj2
- format.sh: format.sh.jj2
- ".github/workflows/pythonpublish.yml": "pythonpublish.yml"
- ".github/workflows/moban-update.yml": "moban-update.yml"