mirror of
https://github.com/httpie/cli.git
synced 2025-06-25 12:01:41 +02:00
Fix plugins ImportError described at https://github.com/jkbr/httpie/issues/166#issuecomment-24905910
This commit is contained in:
parent
f7b703b4bf
commit
b5f180a5ee
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…
x
Reference in New Issue
Block a user