From ce3a8a7c173f72c4f747ee7168eacbc9e84917cf Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 10 Dec 2004 21:57:53 +0000 Subject: Set the 'url' in setup.py to our berlios.de project. --- setup.py | 1 + 1 file changed, 1 insertion(+) 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', -- cgit 1.2.3-korg