aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorBill Traynor <wmat@alphatroop.com>2013-01-31 12:01:32 -0500
committerBill Traynor <wmat@alphatroop.com>2013-01-31 12:01:32 -0500
commitff3ee4c97c89052eb1d650fcbaacbd7fa03130af (patch)
tree8e99ce5ed22ffeea8161efc6b4d8aee8ff14f1ca /setup.py
parent100502ef722bf19b6c125a5e017f31686ad18421 (diff)
downloadbitbake-ff3ee4c97c89052eb1d650fcbaacbd7fa03130af.tar.gz
setup.py: Set the 'url' in setup.py to the OE BitBake page.
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 <wmat@alphatroop.com>
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d5c70bc33..8c26a9b8d 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',