From 5671f4337a3849b92b949c2e7df060ec54dbf7c6 Mon Sep 17 00:00:00 2001 From: Anshu Kumar Shandilya Date: Tue, 8 Oct 2019 00:05:34 +0530 Subject: [PATCH] Error resolved from Setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,