Skip to content

Commit

Permalink
Fix long_description text.
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@7991 051b1e3e-aa0c-0410-b6c2-bfbade6052be
  • Loading branch information
pjkersha committed Jan 17, 2012
1 parent 54f4500 commit b00c5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
description='Provides enhanced HTTPS support for httplib and urllib2 using '
'PyOpenSSL',
author='Richard Wilkinson and Philip Kershaw',
long_description=open('README').read(),
long_description=_long_description,
license='BSD - See LICENCE file for details',
namespace_packages=['ndg'],
packages=find_packages(),
Expand Down

0 comments on commit b00c5ea

Please sign in to comment.