summaryrefslogtreecommitdiff
path: root/app-backup/duplicity/files/duplicity-0.8.21-fix-docs-cmd.patch
blob: d97949058a28c0138e139f6df87b4077f9dd6b7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- duplicity-0.8.21/setup.py	2021-12-07 14:26:58.096082507 -0500
+++ duplicity-0.8.21/setup.py	2021-12-07 14:27:44.915022471 -0500
@@ -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':