From: Alfredo Deza Date: Wed, 24 Jul 2013 21:00:11 +0000 (-0400) Subject: update author and email attributes X-Git-Tag: v1.2~20^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e1ce7b0d3b09ee85a83941f6f34b8fe9bcd10df3;p=ceph-deploy.git update author and email attributes Signed-off-by: Alfredo Deza --- diff --git a/setup.py b/setup.py index 8b6cb07..0e4cc0b 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,3 @@ -#!/usr/bin/python from setuptools import setup, find_packages import os import sys @@ -19,8 +18,8 @@ setup( version='1.1', packages=find_packages(), - author='Tommi Virtanen', - author_email='tommi.virtanen@inktank.com', + author='Inktank', + author_email='ceph-devel@vger.kernel.org', description='Deploy Ceph with minimal infrastructure', long_description=read('README.rst'), license='MIT',