Updated description
authorThierry Florac <thierry.florac@onf.fr>
Fri, 02 Jun 2017 15:34:57 +0200
changeset 2 8e06db8273e0
parent 1 4a6bceb3bf09
child 3 135175714f86
Updated description
{{cookiecutter.project_slug}}/setup.py
--- a/{{cookiecutter.project_slug}}/setup.py	Fri Jun 02 15:10:25 2017 +0200
+++ b/{{cookiecutter.project_slug}}/setup.py	Fri Jun 02 15:34:57 2017 +0200
@@ -13,8 +13,8 @@
 ]
 
 setup(name='{{ cookiecutter.webapp_name }}',
-      version='0.0',
-      description='{{ cookiecutter.project_name }}',
+      version='1.0',
+      description='Pyramid project to handle PyAMS notifications using AsyncIO websockets',
       long_description=README + '\n\n' + CHANGES,
       classifiers=[
           "Programming Language :: Python",
@@ -25,7 +25,7 @@
       author='',
       author_email='',
       url='',
-      keywords='Pyramid project using AsyncIO websockets',
+      keywords='Pyramid PyAMS AsyncIO WebSockets',
       packages=find_packages(),
       include_package_data=True,
       zip_safe=False,