X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=25d5de930e6e470d8bb79a01aa7109b5b9c0da0f;hb=refs%2Fheads%2Fplcapi-nova;hp=be77207aed3d3c7bcc39018b4f7281a170c5a263;hpb=48aa8d91490e2ff9ed1fe0763b26d19892c4f7ec;p=plcapi.git diff --git a/setup.py b/setup.py index be77207..25d5de9 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from glob import glob setup(py_modules = ['ModPython'], packages = ['PLC', 'PLC/Storage', 'PLC/Methods', 'PLC/Methods/system', 'PLC/Accessors', 'aspects'], - scripts = ['plcsh', 'Server.py', 'bootstrap.py'], + scripts = ['plcsh', 'Server.py', 'RestServer.py', 'bootstrap.py'], data_files = [ ('', ['config/default_config']), ('php', ['php/plc_api.php']),