setup.py: Use tripled double-quotes.
[python-cdb] / setup.py
index 899d17b..3ac052e 100644 (file)
--- 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,