From c783e468a06652a72a76bd7638da72c07bbd3add Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Sun, 6 Jan 2013 12:47:11 -0500 Subject: [PATCH] added RestServer.py script --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']), -- 2.47.0