diff options
author | shnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-07-02 20:02:39 +0000 |
---|---|---|
committer | shnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-07-02 20:02:39 +0000 |
commit | 9b819d0fbce5c1038b0c46e7ef560521d9b22ac1 (patch) | |
tree | fde4183727f3310259eebb02da76331488a935be /src/setup.py | |
parent | c6d6c66f5745f77366e1233243087757883b9e10 (diff) | |
download | sos-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.py | 6 |
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/', |