From 17a1b1a2b23bd8befdf102f1e4562eb8ad701080 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 10 Oct 2009 13:15:13 +0100 Subject: [PATCH] setup.py: Use tripled double-quotes. Otherwise Emacs gets its knickers in a twist. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 899d17b..3ac052e 100644 --- a/setup.py +++ b/setup.py @@ -19,13 +19,13 @@ setup (# Distribution meta-data author_email = "mjp@pilcrow.madison.wi.us", license = "GPL", long_description = \ -'''The python-cdb extension module is an adaptation of D. J. Bernstein's +"""The python-cdb extension module is an adaptation of D. J. Bernstein's constant database package (see http://cr.yp.to/cdb.html). cdb files are mappings of keys to values, designed for wickedly fast lookups and atomic updates. This module mimics the normal cdb utilities, cdb(get|dump|make), via convenient, high-level Python -objects.''', +objects.""", ext_modules = [ Extension( "cdbmodule", SRCFILES, -- 2.11.0