Files

23 lines
1.3 KiB
Diff

--- setup.py.orig 2005-06-13 01:26:23.000000000 -0500
+++ setup.py 2012-03-18 19:15:15.000000000 -0500
@@ -30,18 +30,5 @@
ext_modules = [ Extension( "pytiff",
sources = ["pytiff.c"],
libraries = ["tiff"]) ],
- headers = ["pytiff-constants.h"],
- data_files = \
- [ ("local/share/doc/pytiff/testimages", ["testimages/cramps.tif",
- "testimages/fax2d.tif",
- "testimages/g3test.tif",
- "testimages/caspian.tif",
- "testimages/horse.tif",
- "testimages/horse-tiled.tif",
- "testimages/horse-16bit-col-bigendian.tif",
- "testimages/horse-16bit-col-littleendian.tif",
- "testimages/horse-separate-planes.tif",
- ] ),
- ("local/share/doc/pytiff", ["test_pytiff.py", "pytiff.html", "README", "CHANGES"])
- ]
+ headers = ["pytiff-constants.h"]
)