forked from extern/httpie-cli
Merge pull request #167 from matt-hickford/master
Fix plugins ImportError
This commit is contained in:
commit
26b2d408e7
2
setup.py
2
setup.py
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user