From 1ff3b1d9ee6f36f0ab969b48c3fd94a776fa3a11 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 24 Aug 2016 14:16:19 +0200 Subject: [PATCH] Upload failed (400): summary: Multiple lines are not allowed. --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 0693a09..9e84510 100644 --- a/setup.py +++ b/setup.py @@ -37,10 +37,7 @@ def get_bzr_version(): setup( name="pandora_client", version="0.2.%s" % get_bzr_version() , - description='''pandora_client is a commandline client for pan.do/ra. -You can use it to import videos into a pan.do/ra system. -It is currently known to work on Linux and Mac OS X. -''', + description="pandora_client is a commandline client for pan.do/ra. You can use it to import videos into a pan.do/ra system. It is currently known to work on Linux and Mac OS X.", author="j", author_email="j@mailb.org", url="http://wiki.0x2620.org/wiki/pandora_client",