]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
update author and email attributes 23/head
authorAlfredo Deza <alfredo@deza.pe>
Wed, 24 Jul 2013 21:00:11 +0000 (17:00 -0400)
committerAlfredo Deza <alfredo@deza.pe>
Fri, 26 Jul 2013 13:11:46 +0000 (09:11 -0400)
Signed-off-by: Alfredo Deza <alfredo@deza.pe>
setup.py

index 8b6cb077f92418b9cd1ca1d9ffce2a9fb2199812..0e4cc0b12c195ea17f573ee036b518b4d1f5d612 100644 (file)
--- 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',