X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=c98d71e0bb66c7d46b2a223e7ccc04dd99641f1f;hb=2d2a85edf02c635b592dfdb52c92dfa97b845f68;hp=f14941a5bf3e3467f52dfdfa67de10adc176da19;hpb=7ebd40bbcacbb55e3e56d868b4f31b73c119a1a2;p=sfa.git diff --git a/setup.py b/setup.py index f14941a5..c98d71e0 100755 --- a/setup.py +++ b/setup.py @@ -35,7 +35,6 @@ scripts = glob("clientbin/*.py") + [ 'systemd/sfa-setup.sh', 'sfatables/sfatables', 'keyconvert/keyconvert.py', - 'flashpolicy/sfa_flashpolicy.py', ] packages = [ @@ -78,7 +77,6 @@ data_files = [ 'sfa/trust/sig.xsd', 'sfa/trust/xml.xsd', 'sfa/trust/protogeni-rspec-common.xsd', - 'flashpolicy/sfa_flashpolicy_config.xml', ]), ('/etc/sfatables/matches/', glob('sfatables/matches/*.xml')), ('/etc/sfatables/targets/', glob('sfatables/targets/*.xml')),