Skip to content

Commit

Permalink
Merge pull request #296 from areski/patch-1
Browse files Browse the repository at this point in the history
Update setup.py_tmpl
  • Loading branch information
almet committed May 11, 2015
2 parents ca8d00c + 0243bee commit 98088c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cornice/scaffolds/cornice/setup.py_tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ setup(name='{{project}}',
install_requires=['cornice', 'waitress'],
entry_points = """\
[paste.app_factory]
main = {{package}}:main
main={{package}}:main
""",
paster_plugins=['pyramid'])

0 comments on commit 98088c4

Please sign in to comment.