From 1c5661f9346bc3b250838dfcf172f41b4707d717 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Thu, 3 Jun 2010 05:26:17 -0400 Subject: Fix a couple typos in setup.py. Signed-off-by: Robert P. J. Day 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 24fe28b19..17b304d69 100755 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ setup(name='bitbake', license='GPLv2', 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.', + 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', author_email='bitbake-dev@lists.berlios.de', ) -- cgit 1.2.3-korg