summaryrefslogtreecommitdiff
path: root/app-backup/duplicity/files/duplicity-3.0.0-fix-docs-cmd.patch
blob: c076be513ca1e1b4877f097e618f6f0c1b5dfa3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
diff --git a/setup.py.orig b/setup.py
index 18c1249..cd59517 100755
--- a/setup.py.orig
+++ b/setup.py
@@ -113,18 +113,6 @@ def get_data_files():
                 "man/duplicity.1",
             ],
         ),
-        (
-            f"share/doc/duplicity-{Version}",
-            [
-                "CHANGELOG.md",
-                "AUTHORS.md",
-                "COPYING",
-                "README.md",
-                "README-LOG.md",
-                "README-REPO.md",
-                "README-TESTING.md",
-            ],
-        ),
     ]
 
     # short circuit fot READTHEDOCS