From ecfcc1fd41cc205a462ac921c12d5fcba95575c0 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Sat, 30 Jul 2016 13:03:54 -0700 Subject: [PATCH] Update authorship information Sorry @balloob :) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 54867d5264e..6a7da9f70bb 100755 --- a/setup.py +++ b/setup.py @@ -27,8 +27,8 @@ setup( license='MIT License', url='https://home-assistant.io/', download_url=DOWNLOAD_URL, - author='Paulus Schoutsen', - author_email='paulus@paulusschoutsen.nl', + author='Home Assistant', + author_email='hello@home-assistant.io', description='Open-source home automation platform running on Python 3.', packages=PACKAGES, include_package_data=True,