- install scripts
[plcapi.git] / setup.py
index 560db25..249da4d 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -5,11 +5,12 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: setup.py,v 1.1 2005/12/22 21:43:25 mlhuang Exp $
+# $Id: setup.py,v 1.1 2006/10/27 18:54:21 mlhuang Exp $
 #
 
 from distutils.core import setup
 
 setup(py_modules = ['ModPython'],
       packages = ['PLC', 'PLC/Methods'],
+      scripts = ['Shell.py', 'Server.py', 'Test.py'],
       data_files = [('php', ['php/plc_api.php'])])