1
0
mirror of https://github.com/httpie/cli.git synced 2025-06-15 00:15:06 +02:00
This commit is contained in:
Jakub Roztocil
2016-11-23 22:33:22 +01:00
parent 54a63a810e
commit 47fd392c74
2 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,7 @@ def long_description():
with codecs.open('README.rst', encoding='utf8') as f:
return f.read()
setup(
name='httpie',
version=httpie.__version__,