diff --git a/confluent_client/confluent_client.spec.tmpl b/confluent_client/confluent_client.spec.tmpl index 42e10fc8..418413c4 100644 --- a/confluent_client/confluent_client.spec.tmpl +++ b/confluent_client/confluent_client.spec.tmpl @@ -12,8 +12,8 @@ Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Prefix: %{_prefix} BuildArch: noarch -Vendor: Jarrod Johnson -Url: http://xcat.sf.net/ +Vendor: Lenovo +Url: http://github.com/lenovo/confluent Obsoletes: confluent_common %description diff --git a/confluent_client/setup.py.tmpl b/confluent_client/setup.py.tmpl index c447ae31..17c848ac 100644 --- a/confluent_client/setup.py.tmpl +++ b/confluent_client/setup.py.tmpl @@ -15,9 +15,11 @@ except OSError: setup( name='confluent_client', version='#VERSION#', - author='Jarrod Johnson', + author='Lenovo', author_email='jjohnson2@lenovo.com', - url='http://xcat.sf.net/', + url='http://github.com/lenovo/confluent/', + license='Apache-2.0', + description='Command line client and libraries for confluent management server', packages=['confluent'], scripts=scriptlist, data_files=data_files,