From b820aa97d563ef14d4432482e8b68e1d1f6361c7 Mon Sep 17 00:00:00 2001 From: Aditya Purandare Date: Sun, 30 Oct 2016 12:58:44 -0500 Subject: [PATCH] Update setup.py --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e7fffad..d6be23f 100644 --- a/setup.py +++ b/setup.py @@ -5,8 +5,7 @@ description='Sentiment Analyzer for twitter feed, yelp and google reviews to compare with A&T retail store performance', url='http://github.com/mars137/Data_Challenge', author='Atif Tahir', - author_email='atif.tahir@etamu.edu', - license='MIT', + author_email='atif.tahir@tamu.edu', install_requires=['requests','oauth2','nose','coverage','textblob','nltk', 'progressbar'], zip_safe=False, test_suite='nose.collector',