From 97d68c5196d1e8c9756249d1c7f139ff61223bed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sun, 10 Feb 2019 14:18:07 +0000 Subject: setup.py: GTalk is no more MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4578a32c..7b897efe 100755 --- a/setup.py +++ b/setup.py @@ -20,8 +20,7 @@ from run_tests import TestCommand from slixmpp.version import __version__ VERSION = __version__ -DESCRIPTION = ('Slixmpp is an elegant Python library for XMPP (aka Jabber, ' - 'Google Talk, etc).') +DESCRIPTION = ('Slixmpp is an elegant Python library for XMPP (aka Jabber).') with open('README.rst', encoding='utf8') as readme: LONG_DESCRIPTION = readme.read() -- cgit v1.2.3