--- a/src/setup.py
+++ b/src/setup.py
@@ -15,12 +15,8 @@
       packages=['Pmw', 'Pmw.Pmw_1_3',
 		'Pmw.Pmw_1_3.lib',],
 
+# Remove everything but the libraries from the distribution
       package_data={'Pmw': ['Pmw_1_3/lib/Pmw.def',
-			    'Pmw_1_3/doc/*',
-	                    'Pmw_1_3/contrib/*',
-	                    'Pmw_1_3/demos/*',
-	                    'Pmw_1_3/tests/*',
-                            'Pmw_1_3/bin/*',
 			   ]
                    },
       
