From 9b819d0fbce5c1038b0c46e7ef560521d9b22ac1 Mon Sep 17 00:00:00 2001 From: shnavid Date: Mon, 2 Jul 2007 20:02:39 +0000 Subject: * fixed indentation of %description in spec file git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@161 ef72aa8b-4018-0410-8976-d6e080ef94d8 --- src/setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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/', -- cgit