1
0
mirror of https://github.com/httpie/cli.git synced 2025-03-17 20:58:02 +02:00
This commit is contained in:
Matt Hickford 2013-09-23 09:54:06 +01:00
parent f7b703b4bf
commit b5f180a5ee

View File

@ -40,7 +40,7 @@ setup(
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',