added RestServer.py script
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Sun, 6 Jan 2013 17:47:11 +0000 (12:47 -0500)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Sun, 6 Jan 2013 17:47:11 +0000 (12:47 -0500)
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']),