From e1ce7b0d3b09ee85a83941f6f34b8fe9bcd10df3 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 24 Jul 2013 17:00:11 -0400 Subject: [PATCH] update author and email attributes Signed-off-by: Alfredo Deza --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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', -- 2.47.3