diff --git a/setup.py b/setup.py index 69bd3c8e23..3e75a9078c 100644 --- a/setup.py +++ b/setup.py @@ -27,11 +27,11 @@ name='Misago', version=version, license='GNU General Public License v2 (GPLv2)', - description=[ + description=( "Misago is modern, fully featured forum application written in " "Python and ES6, powered by Django and React.js. It works out of " "the box and plays nice with other projects like Django-CMS." - ], + ), url='http://www.misago-project.org/', author=u'Rafał Pitoń', author_email='kontakt@rpiton.com',