update the module template

This commit is contained in:
Anthony Shaw 2016-07-25 14:14:08 +10:00
parent effc6942da
commit 9ccb9cc3a0
No known key found for this signature in database
GPG key ID: AB4A19AE1CE85744

View file

@ -3,7 +3,7 @@
{{cookiecutter.project_name}} execution module
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
{{cookiecutter.description}}
{{cookiecutter.project_short_description}}
.. versionadded:: {{cookiecutter.version}}
@ -37,7 +37,7 @@ except ImportError as ie:
log = logging.getLogger(__name__)
__virtualname__ = '{{cookiecutter.project_name}} '
__virtualname__ = '{{cookiecutter.project_name}}'
def __virtual__():