From e16ed42a4b13481416501588412e5b6e3aa4135f Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Tue, 9 Jan 2007 16:33:16 +0000 Subject: [PATCH] - install plcsh instead of Shell.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 95dc5a4..60a4ede 100755 --- a/setup.py +++ b/setup.py @@ -5,13 +5,13 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: setup.py,v 1.3 2006/10/27 19:56:55 mlhuang Exp $ +# $Id: setup.py,v 1.4 2006/10/27 20:08:46 mlhuang Exp $ # from distutils.core import setup setup(py_modules = ['ModPython'], packages = ['PLC', 'PLC/Methods', 'PLC/Methods/system'], - scripts = ['Shell.py', 'Server.py', 'Test.py'], + scripts = ['plcsh', 'Server.py', 'Test.py'], data_files = [('', ['planetlab4.sql']), ('php', ['php/plc_api.php'])]) -- 2.43.0