Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Oct 5, 2011
1 parent 56e287b commit 3f9eeb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
packages = find_packages(exclude=['examples', 'tests']),
include_package_data = True,

install_requires=['http_parser']
install_requires=['http_parser'],

entry_points="""
[console_scripts]
Expand Down

0 comments on commit 3f9eeb9

Please sign in to comment.