From b2b1f3dcadff89287e08f897e34465a23207c5e0 Mon Sep 17 00:00:00 2001 From: liksh Date: Thu, 4 Aug 2022 15:09:31 +0800 Subject: [PATCH] delete import m2r --- 0001-fix-build-erro.patch | 26 ++++++++++++++++++++++++++ setup.py | 1 - 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 0001-fix-build-erro.patch diff --git a/0001-fix-build-erro.patch b/0001-fix-build-erro.patch new file mode 100644 index 0000000..42e41f0 --- /dev/null +++ b/0001-fix-build-erro.patch @@ -0,0 +1,26 @@ +From fded20eb035c70d2a495dd1fa7f926f9297ef879 Mon Sep 17 00:00:00 2001 +From: liksh +Date: Wed, 3 Aug 2022 16:45:44 +0800 +Subject: [PATCH] fix build erro + +--- + setup.py | 3 --- + 1 file changed, 3 deletions(-) + +diff --git a/setup.py b/setup.py +index 04c4a7c..f76cba0 100644 +--- a/setup.py ++++ b/setup.py +@@ -19,9 +19,6 @@ 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"), convert(read("CHANGELOG.md")) +- ), + url="https://github.com/jaysonsantos/python-binary-memcached", + packages=["bmemcached", "bmemcached.client"], + classifiers=[ +-- +2.33.0 + diff --git a/setup.py b/setup.py index f76cba0..f327b05 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,6 @@ import os import sys from setuptools import setup -from m2r import convert def read(filename): -- 2.33.0