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

25 lines
828 B
YAML
Raw Normal View History

configuration:
configuration_dir: "commons/config"
template_dir:
- "commons/templates"
2017-08-20 02:12:28 +02:00
- "setupmobans/templates"
- ".moban.d"
configuration: pyexcel_ods.yaml
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"