cookiecutter/cookiecutter.json
Doug Hellmann 2c376b81d9 Add src and bug links to README
Add links to the source repository and bug tracker to the README.

Change-Id: I845c690bd3100ad96d7101dcba11d5833184352a
2014-02-24 08:28:41 -08:00

8 lines
349 B
JSON

{
"module_name": "replace with the name of the python module",
"repo_group": "openstack",
"repo_name": "replace with the name for the git repo",
"launchpad_project": "replace with the name of the project on launchpad",
"project_short_description": "OpenStack Boilerplate contains all the boilerplate you need to create an OpenStack package."
}