X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=setup.py;h=606e1ef2f4713b7243ac56d24f555e77f0202bf4;hb=fc5cdfd497880448480b64234991f9d33cdffec1;hp=2affbc7fe171c082dc425197ca9751ded9bcc2e7;hpb=0510df7f6bd5fad6f01775f825f365f61c8661f2;p=sfa.git diff --git a/setup.py b/setup.py index 2affbc7f..606e1ef2 100755 --- a/setup.py +++ b/setup.py @@ -9,9 +9,10 @@ from glob import glob import shutil from distutils.core import setup -scripts = glob("sfa/clientbin/*.py") + \ +scripts = glob("clientbin/*.py") + \ [ 'config/sfa-config-tty', + 'config/sfa-config', 'config/gen-sfa-cm-config.py', 'sfa/server/sfa-start.py', 'sfa/server/sfa_component_setup.py',