File: fix-setup.py-as-I-removed-docs.patch

package info (click to toggle)
python-binary-memcached 0.31.4%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 316 kB
  • sloc: python: 1,763; makefile: 17
file content (16 lines) | stat: -rw-r--r-- 677 bytes parent folder | download | duplicates (2)
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=[