setup.py: GTalk is no more

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-02-10 14:18:07 +00:00
parent b42fafabb4
commit 97d68c5196

View file

@ -20,8 +20,7 @@ from run_tests import TestCommand
from slixmpp.version import __version__ from slixmpp.version import __version__
VERSION = __version__ VERSION = __version__
DESCRIPTION = ('Slixmpp is an elegant Python library for XMPP (aka Jabber, ' DESCRIPTION = ('Slixmpp is an elegant Python library for XMPP (aka Jabber).')
'Google Talk, etc).')
with open('README.rst', encoding='utf8') as readme: with open('README.rst', encoding='utf8') as readme:
LONG_DESCRIPTION = readme.read() LONG_DESCRIPTION = readme.read()