{{cookiecutter.project_slug}}/setup.py
changeset 11 2eb07b40d815
parent 2 8e06db8273e0
equal deleted inserted replaced
10:4feebe67c1db 11:2eb07b40d815
    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",