diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -2,7 +2,8 @@ from setuptools import setup, find_packa setup(name='Ennstatus', version='4.0.1', - description='Ennstatus provides the user with vital information about the status of the organizations Tor servers.', + description=('Ennstatus provides the user with vital information about ' + 'the status of the organizations Tor servers.'), author='Frënn vun der Ënn', author_email='info@enn.lu', url='https://bitbucket.org/fvde/ennstatus',