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