Skip to content

Commit

Permalink
Improved description
Browse files Browse the repository at this point in the history
git-svn-id: http://proj.badc.rl.ac.uk/svn/ndg-security/trunk/ndg_httpsclient@7996 051b1e3e-aa0c-0410-b6c2-bfbade6052be
  • Loading branch information
pjkersha committed Jan 17, 2012
1 parent f4f80a7 commit 3c3c532
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
=============
Expand Down

0 comments on commit 3c3c532

Please sign in to comment.