From ae114f828e181c0e697150413700bfe34102398d Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 27 Oct 2006 20:08:46 +0000 Subject: [PATCH] - install schema --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1f5633b9..95dc5a4d 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: setup.py,v 1.2 2006/10/27 19:53:06 mlhuang Exp $ +# $Id: setup.py,v 1.3 2006/10/27 19:56:55 mlhuang Exp $ # from distutils.core import setup @@ -13,4 +13,5 @@ from distutils.core import setup setup(py_modules = ['ModPython'], packages = ['PLC', 'PLC/Methods', 'PLC/Methods/system'], scripts = ['Shell.py', 'Server.py', 'Test.py'], - data_files = [('php', ['php/plc_api.php'])]) + data_files = [('', ['planetlab4.sql']), + ('php', ['php/plc_api.php'])]) -- 2.47.0