1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Fix setup.py
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2022-02-16
--- python-binary-memcached-0.30.0+dfsg1.orig/setup.py
+++ python-binary-memcached-0.30.0+dfsg1/setup.py
@@ -18,7 +18,7 @@
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=read("README.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=[
|