cookiecutter.json
{
"full_name": "Raphael Pierzina",
"email": "
[email protected]",
"github_username": "hackebrot",
"plugin_name": "foobar",
"module_name": "{{ cookiecutter.plugin_name|lower|replace('-', '_') }}",
"short_description": "A simple plugin to use with Pytest",
"version": "0.1.0",
"pytest_version": "2.8.1",
"year": "2015",
"docs_tool": ["mkdocs", "sphinx", "none"],
"license": ["MIT", "BSD-3", "GNU GPL v3.0", "Apache Software License 2.0"]
}