27 lines
785 B
Diff
27 lines
785 B
Diff
|
|
From fded20eb035c70d2a495dd1fa7f926f9297ef879 Mon Sep 17 00:00:00 2001
|
||
|
|
From: liksh <li_kunshan@163.com>
|
||
|
|
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
|
||
|
|
|