diff options
author | sconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2006-12-15 22:41:33 +0000 |
---|---|---|
committer | sconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2006-12-15 22:41:33 +0000 |
commit | fc89acf6797f3c642ba608e572a94065897474e9 (patch) | |
tree | 7ef10fb4e0595f8f4db3fb08930efdd785f10d4f /src/setup.py | |
parent | aa919f07553a4e1241b88ec9000b306698f8fc55 (diff) | |
download | sos-fc89acf6797f3c642ba608e572a94065897474e9.tar.gz |
Removed meaningless error when target of a symlink had already been copied to the destination tree
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@63 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/setup.py')
-rw-r--r-- | src/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup.py b/src/setup.py index fb42c74c..2db8fd94 100644 --- a/src/setup.py +++ b/src/setup.py @@ -9,7 +9,7 @@ import sys,os,time # change release in spec file along with this version string setup( name = 'sos', - version = '1.2', + version = '1.3', 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 |