summaryrefslogtreecommitdiff
path: root/sysutils/duplicity/files/patch-setup.py
blob: c3afeb75bc211c6fb0f031d9f1f7f93b2612a211 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- setup.py.orig	2024-02-06 08:04:58 UTC
+++ setup.py
@@ -99,18 +99,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