Merge branch 'master' of github.com:jkbr/httpie

This commit is contained in:
Jakub Roztocil 2013-09-24 19:51:06 +02:00
commit 3e4e1c72a4

View File

@ -40,7 +40,7 @@ setup(
author=httpie.__author__, author=httpie.__author__,
author_email='jakub@roztocil.name', author_email='jakub@roztocil.name',
license=httpie.__licence__, license=httpie.__licence__,
packages=['httpie'], packages=['httpie', 'httpie.plugins'],
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [
'http = httpie.__main__:main', 'http = httpie.__main__:main',