From a101981103835f79726d229908dffb39651e0bbe Mon Sep 17 00:00:00 2001 From: Tushar Bhushan Date: Thu, 20 Aug 2015 11:19:24 -0700 Subject: [PATCH 1/2] Changed the email and author on setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 47c60251f..26641ff78 100644 --- a/setup.py +++ b/setup.py @@ -17,8 +17,8 @@ def getRequires(): setup( name='sendgrid', version=str(__version__), - author='Yamil Asusta', - author_email='yamil@sendgrid.com', + author='SendGrid', + author_email='support@sendgrid.com', url='https://github.com/sendgrid/sendgrid-python/', packages=find_packages(), license='MIT', From fb0fc9f3be154c54a053d59d3311f91372c416ea Mon Sep 17 00:00:00 2001 From: Tushar Bhushan Date: Fri, 21 Aug 2015 11:36:02 -0700 Subject: [PATCH 2/2] changed the author email --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 26641ff78..967a44313 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def getRequires(): name='sendgrid', version=str(__version__), author='SendGrid', - author_email='support@sendgrid.com', + author_email='libraries@sendgrid.com', url='https://github.com/sendgrid/sendgrid-python/', packages=find_packages(), license='MIT',