Skip to content

Commit

Permalink
Merge pull request #167 from matt-hickford/master
Browse files Browse the repository at this point in the history
Fix plugins ImportError
  • Loading branch information
jkbrzt committed Sep 23, 2013
2 parents 354aaa9 + b5f180a commit 26b2d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -40,7 +40,7 @@ def long_description():
author=httpie.__author__,
author_email='jakub@roztocil.name',
license=httpie.__licence__,
packages=['httpie'],
packages=['httpie', 'httpie.plugins'],
entry_points={
'console_scripts': [
'http = httpie.__main__:main',
Expand Down

0 comments on commit 26b2d40

Please sign in to comment.