From 3c3c5322808bb2e76be94312571cbe5749091ae3 Mon Sep 17 00:00:00 2001 From: pjkersha Date: Tue, 17 Jan 2012 15:01:19 +0000 Subject: [PATCH] Improved description git-svn-id: http://proj.badc.rl.ac.uk/svn/ndg-security/trunk/ndg_httpsclient@7996 051b1e3e-aa0c-0410-b6c2-bfbade6052be --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 287ef49..8e65583 100644 --- a/setup.py +++ b/setup.py @@ -6,10 +6,10 @@ from setuptools import setup, find_packages _long_description = ''' -This is library provides an equivalent of httplib.HTTPSConnection based on -PyOpenSSL in order to take advantage of the latter's better security -capabilities including peer verification. It also includes an extension to -enable it to be used with urllib2. +This is a HTTPS client implementation for httplib and urllib2 based on +PyOpenSSL. PyOpenSSL provides a more fully featured SSL implementation over the +default provided with Python and importantly enables full verification of the +SSL peer. Prerequisites =============