From 51be5f6341733c77e83db6ab47460cf8c97cb684 Mon Sep 17 00:00:00 2001 From: Andy Bavier Date: Wed, 20 Nov 2013 16:00:48 -0500 Subject: [PATCH] Undo previous changes --- setup-lib.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/setup-lib.py b/setup-lib.py index de3e053..bb3ec6c 100644 --- a/setup-lib.py +++ b/setup-lib.py @@ -47,12 +47,4 @@ setup( ], packages = [ ], - package_data = {'': ['sliver_initscripts/*'], - }, - data_files = [('/etc/logrotate.d/', ['logrotate/nodemanager']), - ('/etc/rc.d/init.d/', ['initscripts/conf_files', - 'initscripts/fuse-pl', - 'initscripts/nm']), - ('/var/lib/nodemanager', []), - ], ) -- 2.47.0