diff --git a/setup.py b/setup.py index 9f33f8a..7f5ea03 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ name='Twitter Sentiment Analysis', version='1.3.0', - description='This script can tell you the sentiments of people regarding to any events happening in the world by analyzing tweets related to that event. It will search for tweets about any topic and analyze each tweet to see how positive or negative it's emotion is.', + description='This script can tell you the sentiments of people regarding to any events happening in the world by analyzing tweets related to that event. It will search for tweets about any topic and analyze each tweet to see how positive or negative its emotion is.', long_description=long_description,