forked from extern/httpie-cli
Prevent installation of test files (#1087)
(They’re still included in the package as per #182)
This commit is contained in:
parent
9792513c68
commit
61f1ffd0eb
2
setup.py
2
setup.py
@ -81,7 +81,7 @@ setup(
|
|||||||
author=httpie.__author__,
|
author=httpie.__author__,
|
||||||
author_email='jakub@roztocil.co',
|
author_email='jakub@roztocil.co',
|
||||||
license=httpie.__licence__,
|
license=httpie.__licence__,
|
||||||
packages=find_packages(),
|
packages=find_packages(include=['httpie', 'httpie.*']),
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
'http = httpie.__main__:main',
|
'http = httpie.__main__:main',
|
||||||
|
Loading…
Reference in New Issue
Block a user