Merge pull request #167 from matt-hickford/master

Fix plugins ImportError
This commit is contained in:
Jakub Roztočil 2013-09-23 02:13:14 -07:00
commit 26b2d408e7

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',