Merge r60 from python branch which was accidentally missed in the original merge.
diff --git a/python/setup.py b/python/setup.py
index 2fe875d..86828aa 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -1,6 +1,6 @@
 r"""Python bindings for liblouis
-
 """
+
 import sys, os
 from distutils.core import setup, Command, DistutilsOptionError
 import louis
@@ -14,8 +14,7 @@
     ]
 
 setup(name="louis",
-      description="Python MSAA client library",
-      long_description = __doc__,
+      description=__doc__,
       download_url = "http://code.google.com/p/liblouis/",
       license="LGPLv2.2",
       classifiers=classifiers,