debian-python-pyexcel-ods/.moban.yml

32 lines
1.0 KiB
YAML
Raw Normal View History

requires:
- type: git
url: https://github.com/moremoban/pypi-mobans
submodule: true
- https://github.com/pyexcel/pyexcel-mobans
configuration:
configuration_dir: "pyexcel-mobans:config"
template_dir:
- "pyexcel-mobans:templates"
- "pypi-mobans:templates"
- ".moban.d"
2018-05-23 09:43:43 +02:00
configuration: pyexcel-ods.yml
targets:
- README.rst: README.rst
- setup.py: setup.py
- "docs/source/conf.py": "docs/source/conf.py.jj2"
- .travis.yml: travis.yml
2017-08-20 02:12:28 +02:00
- .gitignore: gitignore.jj2
- requirements.txt: requirements.txt
2017-08-20 02:12:28 +02:00
- LICENSE: NEW_BSD_LICENSE.jj2
- MANIFEST.in: MANIFEST.in.jj2
- "tests/requirements.txt": "tests/requirements.txt"
2017-08-20 02:12:28 +02:00
- test.sh: test.script.jj2
- test.bat: test.script.jj2
2017-02-03 00:22:00 +01:00
- "tests/test_filter.py": "tests/test_filter.py.jj2"
- "tests/test_formatters.py": "tests/test_formatters.py"
- "tests/test_stringio.py": "tests/test_stringio.py.jj2"
- "tests/test_writer.py": "tests/test_writer.py.jj2"
- "tests/base.py": "tests/base.py.jj2"
- output: CHANGELOG.rst
configuration: changelog.yml
template: CHANGELOG.rst.jj2