Signed-off-by: Alfredo Deza <alfredo@deza.pe>
-#!/usr/bin/python
from setuptools import setup, find_packages
import os
import sys
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',