From e052ddc55edcce68ca738bf32ce5ca38a69e7ae3 Mon Sep 17 00:00:00 2001 From: Igor Date: Tue, 14 Aug 2018 08:45:31 -0700 Subject: [PATCH] Revert setup.py to not use long description. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f84bdd1..78b8b83 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='awscurl', - version='0.13', + version='0.15', description='Curl like tool with AWS request signing', url='http://github.com/okigan/awscurl', author='Igor Okulist',