summaryrefslogtreecommitdiff
path: root/devel/py-iniparse/files/patch-setup.py
blob: c84006961ffe881127e5c85c5e3252301370f7ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- setup.py.orig
+++ setup.py
@@ -30,12 +30,5 @@
         'Topic :: Software Development :: Libraries :: Python Modules',
       ],
       packages = ['iniparse'],
-      data_files = [
-        ('share/doc/iniparse-%s' % VERSION, ['README', 'LICENSE-PSF',
-                                             'LICENSE', 'Changelog',
-                                             'html/index.html',
-                                             'html/style.css',
-                                             ]),
-      ],
 )