Description: Fix setup.py
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2020-09-20

--- python-binary-memcached-0.30.0+dfsg1.orig/setup.py
+++ python-binary-memcached-0.30.0+dfsg1/setup.py
@@ -12,7 +12,7 @@ setup(
     author='Jayson Reis',
     author_email='santosdosreis@gmail.com',
     description='A pure python module to access memcached via its binary protocol with SASL auth support',
-    long_description='{0}\n{1}'.format(read('README.rst'), read('CHANGELOG.rst')),
+    long_description='pure python module to access memcached via its binary protocol',
     url='https://github.com/jaysonsantos/python-binary-memcached',
     packages=['bmemcached', 'bmemcached.client'],
     classifiers=[
