added create_network(), delete_network(), create_subnet(), delete_subnet(), process_t...
[plcapi.git] / setup.py
index be77207..25d5de9 100755 (executable)
--- 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']),