--- 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,