Description: Do not install documentation files with distutils, ship them in a
 separate package.
Author: Luca Falavigna <dktrkranz@ubuntu.com>

Index: pyfltk-1.1.3/setup.py
===================================================================
--- pyfltk-1.1.3.orig/setup.py	2009-03-10 19:47:59.853448944 +0100
+++ pyfltk-1.1.3/setup.py	2009-03-10 19:48:16.597764723 +0100
@@ -306,7 +306,7 @@
        description = 'This is a wrapper for the FLTK',
        ext_modules = [module1],
        packages = ['fltk'],
-       package_data={'fltk': ['test/*.*', 'docs/*.*']},
+       package_data={'fltk': ['test/*.*']},
        )
 
 
