|
@@ -48,7 +48,7 @@ setup(
|
|
description='Provides enhanced HTTPS support for httplib and urllib2 using '
|
|
description='Provides enhanced HTTPS support for httplib and urllib2 using '
|
|
'PyOpenSSL',
|
|
'PyOpenSSL',
|
|
author='Richard Wilkinson and Philip Kershaw',
|
|
author='Richard Wilkinson and Philip Kershaw',
|
|
- long_description=open('README').read(),
|
|
|
|
|
|
+ long_description=_long_description,
|
|
license='BSD - See LICENCE file for details',
|
|
license='BSD - See LICENCE file for details',
|
|
namespace_packages=['ndg'],
|
|
namespace_packages=['ndg'],
|
|
packages=find_packages(),
|
|
packages=find_packages(),
|