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(),