aboutsummaryrefslogtreecommitdiffstats
path: root/src/setup.py
diff options
context:
space:
mode:
authorsconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8>2006-08-14 14:25:37 +0000
committersconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8>2006-08-14 14:25:37 +0000
commit647bb5785e39b3132d4924a6f43a163e242ce0e9 (patch)
tree142043b3ab9fca4391a4269ad5e301cee3944c19 /src/setup.py
parent4e76d8ea5f07e86aef79f6ea9585e4ec6f32913f (diff)
downloadsos-647bb5785e39b3132d4924a6f43a163e242ce0e9.tar.gz
Preparing release for RHEL evaluation, fixed noisy setup, incremented release
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@40 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/setup.py')
-rw-r--r--src/setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/setup.py b/src/setup.py
index cabdfef2..8c39f621 100644
--- a/src/setup.py
+++ b/src/setup.py
@@ -10,7 +10,7 @@ import sys,os,time
# change release in spec file along with this version string
setup(
name = 'sos',
- version = '0.1.9',
+ version = '0.1.10',
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
@@ -18,7 +18,7 @@ setup(
support technicians and developers.""",
author = 'Steve Conklin, et al.',
author_email = 'sconklin@redhat.com',
- url = 'http://support.redhat.com/',
+ url = 'http://sos.108.redhat.com/',
packages = ['sos', 'sos.plugins'],
scripts = [],
package_dir = {'': 'lib',},