-
Notifications
You must be signed in to change notification settings - Fork 0
/
.moban.yml
24 lines (24 loc) · 900 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
configuration:
template_dir:
- "git://github.com/moremoban/pypi-mobans?submodule=true&branch=dev!/templates"
- "git://github.com/moremoban/pypi-mobans?submodule=true&branch=dev!/statics"
- ".moban.d"
configuration: moban-velocity.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
- "moban_velocity/_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: "mit_license.jj2"
- MANIFEST.in: MANIFEST.in.jj2
- ".github/workflows/pythonpublish.yml": "pythonpublish.yml"