From fc9c44d05fa6b39154f7984350f4d9a51a84de2c Mon Sep 17 00:00:00 2001 From: lericson Date: Wed, 30 Dec 2009 14:28:32 +0100 Subject: [PATCH] Update short description. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 83daa18..67e0c48 100644 --- a/setup.py +++ b/setup.py @@ -64,5 +64,6 @@ setup(name="pylibmc", version=version, url="http://lericson.blogg.se/code/category/pylibmc.html", author="Ludvig Ericson", author_email="ludvig@lericson.se", license="3-clause BSD ", - description="libmemcached wrapper", long_description=readme_text, + description="Quick and small memcached client for Python", + long_description=readme_text, ext_modules=[pylibmc_ext], py_modules=["pylibmc"])