Skip to content

Commit 10716ef

Browse files
authored
add summary field to cookie cutter template (#35)
1 parent 50aaf72 commit 10716ef

File tree

1 file changed

+1
-0
lines changed
  • template/{{cookiecutter.project_slug}}

1 file changed

+1
-0
lines changed

template/{{cookiecutter.project_slug}}/setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[metadata]
22
name = {{ cookiecutter.project_slug }}
33
version = {{ cookiecutter.version }}
4+
summary = LocalStack Extension: {{ cookiecutter.project_name }}
45
url = https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}
56
author = {{ cookiecutter.full_name }}
67
author_email = {{ cookiecutter.email }}

0 commit comments

Comments
 (0)