Parcourir la source

Improved description

git-svn-id: http://proj.badc.rl.ac.uk/svn/ndg-security/trunk/ndg_httpsclient@7996 051b1e3e-aa0c-0410-b6c2-bfbade6052be
pjkersha il y a 13 ans
Parent
commit
3c3c532280
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      setup.py

+ 4 - 4
setup.py

@@ -6,10 +6,10 @@ except ImportError:
     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
 =============