aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2010-06-03 05:26:17 -0400
committerChris Larson <chris_larson@mentor.com>2010-06-04 16:33:07 -0700
commit1c5661f9346bc3b250838dfcf172f41b4707d717 (patch)
tree2c59fb7215ac2a7f0645b75ed647ec8e6773c7d6 /setup.py
parentfa45f5625e13a82bec70d5f10815f52fbe705166 (diff)
downloadbitbake-1c5661f9346bc3b250838dfcf172f41b4707d717.tar.gz
Fix a couple typos in setup.py.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Chris Larson <chris_larson@mentor.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 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',
)