Steve Piercy
2018-05-19 263ba4d42b343880734cdf589a3fb379db8f21f9
docs/quick_tutorial/view_classes/setup.py
@@ -2,8 +2,8 @@
requires = [
    'pyramid',
    'pyramid_chameleon',
    'waitress',
    'pyramid_chameleon'
]
setup(name='tutorial',
@@ -12,4 +12,4 @@
      [paste.app_factory]
      main = tutorial:main
      """,
)
)