-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
mobanfile
28 lines (28 loc) · 1.27 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
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"
- "git://github.com/moremoban/moban-anyconfig.git?branch=master!/.moban.d/"
- "git://github.com/moremoban/moban-handlebars.git?branch=dev!/.moban.d/"
- "git://github.com/moremoban/moban-velocity.git?branch=dev!/.moban.d/"
- "git://github.com/moremoban/moban-slim.git?branch=dev!/.moban.d/"
- "git://github.com/moremoban/httpfs.git?branch=master!/.moban.d/"
- "git://github.com/moremoban/gitfs2.git?branch=dev!/.moban.d/"
- "git://github.com/moremoban/pypifs.git?branch=master!/.moban.d/"
- ".moban.d"
configuration: moban.yml
targets:
- README.rst: moban_readme.jj2
- setup.py: moban_setup.py.jj2
- moban/_version.py: _version.py.jj2
- docs/conf.py: conf.py.jj2
- .travis.yml: moban_travis.yml.jj2
- requirements.txt: requirements.txt.jj2
- .gitignore: moban_gitignore.jj2
- output: CHANGELOG.rst
configuration: changelog.yml
template: CHANGELOG.rst.jj2
- min_requirements.txt: min_requirements.txt.jj2
- ".github/workflows/pythonpublish.yml": "pythonpublish.yml"
- "CONTRIBUTORS.rst": "CONTRIBUTORS.rst.jj2"
- format.sh: format.sh.jj2