From c1c59f756981a0803076c796e87e2c18c3b5377a Mon Sep 17 00:00:00 2001 From: Ron Quan Date: Fri, 13 Oct 2017 14:18:55 -0700 Subject: [PATCH] Updating team email. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8e98f02..eb05f97 100644 --- a/setup.py +++ b/setup.py @@ -137,7 +137,7 @@ def get_mssqltoolsservice_package_name(run_time_id=_get_runtime_id()): description='Microsoft SQL Scripter Command-Line Tool', license='MIT', author='Microsoft Corporation', - author_email='sqlxplatclieng@microsoft.com', + author_email='sqlcli@microsoft.com', url='https://github.com/Microsoft/sql-xplat-cli/', zip_safe=True, long_description=open('README.rst').read(),