From: Tony Mack Date: Sun, 6 Jan 2013 17:47:11 +0000 (-0500) Subject: added RestServer.py script X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c783e468a06652a72a76bd7638da72c07bbd3add;p=plcapi.git added RestServer.py script --- diff --git a/setup.py b/setup.py index be77207a..25d5de93 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']),