From 1cbf8a9403b4b60d59bfd90a51c3e4246ab834d6 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 11 Nov 2010 08:54:47 -0700 Subject: Move the pysh package into the bb package The pysh we're using is modified, and we don't want to risk it conflicting with one from elsewhere. Signed-off-by: Chris Larson --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a8d30ab84..a6679e167 100755 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ setup(name='bitbake', requires = ["ply"], package_dir = {"": "lib"}, packages = ["bb.server", "bb.parse.parse_py", "bb.parse", "bb.fetch", - "bb.ui.crumbs", "bb.ui", "bb", "pysh"], + "bb.ui.crumbs", "bb.ui", "bb.pysh", "bb"], py_modules = ["codegen"], scripts = ["bin/bitbake"], data_files = [("share/bitbake", glob("conf/*") + glob("classes/*")), -- cgit 1.2.3-korg