-
Notifications
You must be signed in to change notification settings - Fork 0
/
mobanfile
32 lines (32 loc) · 1.23 KB
/
mobanfile
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
28
29
30
31
32
configuration:
template_dir:
- "git://github.com/moremoban/pypi-mobans.git?submodule=true&brach=dev!/templates"
- "git://github.com/moremoban/pypi-mobans.git?submodule=true&brach=dev!/statics"
- ".moban.d"
configuration: moban-ansible.yml
targets:
- README.rst: CUSTOM_README.rst.jj2
- setup.py: custom_setup.py.jj2
- requirements.txt: requirements.txt.jj2
- "tests/requirements.txt": "tests/custom_requirements.txt.jj2"
- "docs/source/conf.py": "docs/conf.py_t"
- test.sh: test.script.jj2
- test.bat: test.script.jj2
- "moban_ansible/_version.py": "_version.py.jj2"
- .gitignore: gitignore.jj2
- .travis.yml: custom_travis.yml.jj2
- Pipfile: Pipfile.jj2
- output: CHANGELOG.rst
configuration: changelog.yml
template: CHANGELOG.rst.jj2
- lint.sh: lint.script.jj2
- LICENSE: "newbsd_license.jj2"
- MANIFEST.in: MANIFEST.in.jj2
- ".github/workflows/pythonpublish.yml": "pythonpublish.yml"
- "azure-pipelines.yml": "azure/azure-pipelines.yml"
- ".azure-pipelines-steps-macos.yml": "azure/pipelines-steps-macos.yml"
- ".azure-pipelines-steps.yml": "azure/pipelines-steps.yml"
- Makefile: Makefile.jj2
- format.sh: format.sh.jj2
- .isort.cfg: isort.cfg.jj2
- CONTRIBUTORS.rst: CONTRIBUTORS.rst.jj2