aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-10 21:57:53 +0000
committerChris Larson <clarson@kergoth.com>2004-12-10 21:57:53 +0000
commitce3a8a7c173f72c4f747ee7168eacbc9e84917cf (patch)
treecef3ac7a32c34bb0fd9cb6b43d23eb08ffcc6dcc /setup.py
parent67a742e330b801625e44f6120d0bf56e9cd3be74 (diff)
downloadbitbake-ce3a8a7c173f72c4f747ee7168eacbc9e84917cf.tar.gz
Set the 'url' in setup.py to our berlios.de project.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 2c5d43b4d..8addc8e75 100755
--- a/setup.py
+++ b/setup.py
@@ -48,6 +48,7 @@ import glob
setup(name='bitbake',
version='1.0',
license='GPL',
+ url='http://developer.berlios.de/projects/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 rudamentary inheritence 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='Chris Larson',