summaryrefslogtreecommitdiff
blob: 3b8fa1c22ed6dbaf3da8e452be77d37e8611dc2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- duplicity-0.8.16/setup.py	2020-10-12 13:44:15.382732960 -0400
+++ duplicity-0.8.16/setup.py	2020-10-12 13:46:03.553414858 -0400
@@ -93,18 +93,6 @@
                 u'bin/rdiffdir.1'
                 ]
             ),
-            (u'share/doc/duplicity-%s' % Version,
-                [
-                u'AUTHORS',
-                u'CHANGELOG',
-                u'Changelog.GNU',
-                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':
@@ -340,7 +328,6 @@
         ],
     test_suite=u"testing",
     cmdclass={
-        u"build_scripts": BuildScriptsCommand,
         u"install": InstallCommand,
         u"install_data": InstallDataCommand,
         u"sdist": SdistCommand,