equal
deleted
inserted
replaced
12 'aiopyramid[gunicorn]' |
12 'aiopyramid[gunicorn]' |
13 ] |
13 ] |
14 |
14 |
15 setup(name='{{ cookiecutter.webapp_name }}', |
15 setup(name='{{ cookiecutter.webapp_name }}', |
16 version='1.0', |
16 version='1.0', |
17 description='Pyramid project to handle PyAMS notifications using AsyncIO websockets', |
17 description='Pyramid project to handle PyAMS notifications using GUnicorn and AsyncIO websockets', |
18 long_description=README + '\n\n' + CHANGES, |
18 long_description=README + '\n\n' + CHANGES, |
19 classifiers=[ |
19 classifiers=[ |
20 "Programming Language :: Python", |
20 "Programming Language :: Python", |
21 "Framework :: Pyramid", |
21 "Framework :: Pyramid", |
22 "Topic :: Internet :: WWW/HTTP", |
22 "Topic :: Internet :: WWW/HTTP", |