# HG changeset patch # User Thierry Florac # Date 1496754827 -7200 # Node ID 2eb07b40d8150bf6d2e289fa3fc73a0190b0d9ae # Parent 4feebe67c1db9006c06d652b25b5c1c05a7b6c49 Updated package description diff -r 4feebe67c1db -r 2eb07b40d815 {{cookiecutter.project_slug}}/setup.py --- 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",