# HG changeset patch # User Thierry Florac # Date 1496410497 -7200 # Node ID 8e06db8273e04fb120000b1779ad0a0cde5c84b7 # Parent 4a6bceb3bf09e507a37c3c88285c80f3e5665779 Updated description diff -r 4a6bceb3bf09 -r 8e06db8273e0 {{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,