Description: Do not install documentation files in Python module directory
Author: Luca Falavigna <dktrkranz@debian.org>
Bug-Debian: http://bugs.debian.org/580324
Forwarded: not-needed

Index: python-launchpadlib-1.6.1/setup.py
===================================================================
--- python-launchpadlib-1.6.1.orig/setup.py	2010-06-20 03:58:04.938571068 +0200
+++ python-launchpadlib-1.6.1/setup.py	2010-06-20 03:58:13.234569497 +0200
@@ -46,7 +46,7 @@
     version=__version__,
     packages=find_packages('src'),
     package_dir={'':'src'},
-    include_package_data=True,
+    include_package_data=False,
     zip_safe=False,
     author='The Launchpad developers',
     author_email='launchpadlib@lists.launchpad.net',
