X-Git-Url: https://git.distorted.org.uk/~mdw/python-cdb/blobdiff_plain/0dc434c5a874d4cf8a65d9e8fd80a462ddffae94..17a1b1a2b23bd8befdf102f1e4562eb8ad701080:/setup.py 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,