mirror of
https://github.com/httpie/cli.git
synced 2026-06-20 11:32:56 +02:00
Merge pull request #167 from matt-hickford/master
Fix plugins ImportError
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user