From 8c429c67a509f4817b5c92824b4c6aee9cd304d6 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sun, 17 Aug 2008 09:01:30 +0000 Subject: [PATCH] new shortcuts were not packaged --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cfa5c001..f192d80e 100755 --- 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']), -- 2.45.2