configuration: configuration_dir: "commons/config" template_dir: - "commons/templates" - "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 - .gitignore: gitignore.jj2 - requirements.txt: requirements.txt - LICENSE: NEW_BSD_LICENSE.jj2 - MANIFEST.in: MANIFEST.in.jj2 - "tests/requirements.txt": "tests/requirements.txt" - test.sh: test.script.jj2 - test.bat: test.script.jj2 - "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"