X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=setup.py;h=c98d71e0bb66c7d46b2a223e7ccc04dd99641f1f;hp=f14941a5bf3e3467f52dfdfa67de10adc176da19;hb=2d2a85edf02c635b592dfdb52c92dfa97b845f68;hpb=77fcc8a2ae8bf4dec295a262698a27d083f987f9 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')),