--- a/{{cookiecutter.project_slug}}/setup.py Fri Jun 02 16:52:35 2017 +0200
+++ b/{{cookiecutter.project_slug}}/setup.py Tue Jun 06 15:13:47 2017 +0200
@@ -14,7 +14,7 @@
setup(name='{{ cookiecutter.webapp_name }}',
version='1.0',
- description='Pyramid project to handle PyAMS notifications using AsyncIO websockets',
+ description='Pyramid project to handle PyAMS notifications using GUnicorn and AsyncIO websockets',
long_description=README + '\n\n' + CHANGES,
classifiers=[
"Programming Language :: Python",