new shortcuts were not packaged
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sun, 17 Aug 2008 09:01:30 +0000 (09:01 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sun, 17 Aug 2008 09:01:30 +0000 (09:01 +0000)
setup.py

index cfa5c00..f192d80 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ from distutils.core import setup
 from glob import glob
 
 setup(py_modules = ['ModPython'],
-      packages = ['PLC', 'PLC/Methods', 'PLC/Legacy', 'PLC/Methods/system'],
+      packages = ['PLC', 'PLC/Methods', 'PLC/Methods/system', 'PLC/Shortcuts', 'PLC/Legacy'],
       scripts = ['plcsh', 'Server.py'],
       data_files = [('', ['planetlab5.sql']),
                     ('php', ['php/plc_api.php']),