summaryrefslogtreecommitdiff
path: root/devel/py-iniparse/files/patch-setup.py
blob: b9bbb96bee4d05c114b20c1b1e7c41a9c6ff6b7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- setup.py.orig	2020-01-29 13:22:11 UTC
+++ setup.py
@@ -34,12 +34,5 @@ use.''',
       ],
       packages = ['iniparse'],
       install_requires=['six'],
-      data_files = [
-        ('share/doc/iniparse-%s' % VERSION, ['README.md', 'LICENSE-PSF',
-                                             'LICENSE', 'Changelog',
-                                             'html/index.html',
-                                             'html/style.css',
-                                             ]),
-      ],
 )