summaryrefslogtreecommitdiff
path: root/app-backup/duplicity/files/duplicity-0.8.20-fix-docs-cmd.patch
blob: 6ce5860e19596afc032e38e996b8faa40d7c9f43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- duplicity-0.8.20/setup.py	2021-08-05 09:14:41.483669131 -0400
+++ duplicity-0.8.20/setup.py	2021-08-05 09:15:35.086895059 -0400
@@ -94,17 +94,6 @@
                 u'bin/rdiffdir.1'
                 ]
             ),
-            (u'share/doc/duplicity-%s' % Version,
-                [
-                u'AUTHORS',
-                u'CHANGELOG.md',
-                u'COPYING',
-                u'README.md',
-                u'README-LOG.md',
-                u'README-REPO.md',
-                u'README-TESTING.md',
-                ],
-            ),
         ]
 
     if not os.environ.get(u'READTHEDOCS') == u'True':