Updated package description
authorThierry Florac <thierry.florac@onf.fr>
Tue, 06 Jun 2017 15:13:47 +0200
changeset 11 2eb07b40d815
parent 10 4feebe67c1db
child 12 0166e44adc75
Updated package description
{{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",