added RestServer.py script
[plcapi.git] / setup.py
index 64d2dc6..25d5de9 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -10,8 +10,8 @@ from distutils.core import setup
 from glob import glob
 
 setup(py_modules = ['ModPython'],
-      packages = ['PLC', 'PLC/Methods', 'PLC/Methods/system', 'PLC/Accessors', 'aspects'],
-      scripts = ['plcsh', 'Server.py'],
+      packages = ['PLC', 'PLC/Storage', 'PLC/Methods', 'PLC/Methods/system', 'PLC/Accessors', 'aspects'],
+      scripts = ['plcsh', 'Server.py', 'RestServer.py', 'bootstrap.py'],
       data_files = [
         ('', ['config/default_config']),
         ('php', ['php/plc_api.php']),