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',