From patchwork Thu Jan 31 17:24:08 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel] setup.py: Set the 'url' in setup.py to the OE BitBake page. Date: Thu, 31 Jan 2013 17:24:08 -0000 From: Bill Traynor X-Patchwork-Id: 43761 Message-Id: <1359653048-4965-1-git-send-email-wmat@alphatroop.com> To: bitbake-devel@lists.openembedded.org Removed the old berlios BitBake project page and inserted the BitBake page from the OE project: http://www.openembedded.org/wiki/BitBake Signed-off-by: Bill Traynor --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d5c70bc..8c26a9b 100755 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ setup(name='bitbake', }, license = 'GPLv2', - url = 'http://developer.berlios.de/projects/bitbake/', + url = 'http://www.openembedded.org/wiki/BitBake', description = 'BitBake build tool', long_description = 'BitBake is a simple tool for the execution of tasks. It is derived from Portage, which is the package management system used by the Gentoo Linux distribution. It is most commonly used to build packages, as it can easily use its rudimentary inheritance to abstract common operations, such as fetching sources, unpacking them, patching them, compiling them, and so on. It is the basis of the OpenEmbedded project, which is being used for OpenZaurus, Familiar, and a number of other Linux distributions.', author = 'BitBake Development Team',