1diff --git a/setup.py b/setup.py
2index d7f9bb0..7707e38 100644
3--- a/setup.py
4+++ b/setup.py
5@@ -21,11 +21,6 @@ def read(fname):
6 description = "Thread-based interface to file system observation primitives.",
7 long_description = "\n\n".join((read('README.rst'), read('CHANGES.rst'))),
8 license = "BSD",
9- data_files = [("", [
10- "compat.h",
11- "LICENSE.txt",
12- "CHANGES.rst"
13- ])],
14 author = "Malthe Borch",
15 author_email = "mborch@gmail.com",
16 url = 'https://github.com/malthe/macfsevents',