aboutsummaryrefslogtreecommitdiffstats
path: root/src/setup.py
diff options
context:
space:
mode:
authorshnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8>2007-07-02 20:02:39 +0000
committershnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8>2007-07-02 20:02:39 +0000
commit9b819d0fbce5c1038b0c46e7ef560521d9b22ac1 (patch)
treefde4183727f3310259eebb02da76331488a935be /src/setup.py
parentc6d6c66f5745f77366e1233243087757883b9e10 (diff)
downloadsos-9b819d0fbce5c1038b0c46e7ef560521d9b22ac1.tar.gz
* fixed indentation of %description in spec file
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@161 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/setup.py')
-rw-r--r--src/setup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/setup.py b/src/setup.py
index 88d0add5..4aca9e4c 100644
--- a/src/setup.py
+++ b/src/setup.py
@@ -13,9 +13,9 @@ setup(
license = 'GPL',
description = 'System Support Tools',
long_description = """Sos is a set of tools that gathers information about system
- hardware and configuration. The information can then be used for
- diagnostic purposes and debugging. Sos is commonly used to help
- support technicians and developers.""",
+hardware and configuration. The information can then be used for
+diagnostic purposes and debugging. Sos is commonly used to help
+support technicians and developers.""",
author = 'Steve Conklin, et al.',
author_email = 'sconklin@redhat.com',
url = 'http://sos.108.redhat.com/',