#! /bin/sh /usr/share/dpatch/dpatch-run
## setup.py.dpatch by  <thomasbl@frosty.local>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: remove usr/pyshared/.../{docs,examples}/*

@DPATCH@
diff -urNad xlrd-0.6.1~/setup.py xlrd-0.6.1/setup.py
--- xlrd-0.6.1~/setup.py	2007-06-10 08:40:44.000000000 +0000
+++ xlrd-0.6.1/setup.py	2008-05-19 20:01:20.000000000 +0000
@@ -56,12 +56,7 @@
 if python_version >= (2, 4):
     args24 = mkargs(
         package_data={
-            'xlrd': [
-                'doc/*.htm*',
-                # 'doc/*.txt',
-                'examples/*.*',
-                ],
-
+            'xlrd': [],
             },
         )
     args.update(args24)
