Upload failed (400): summary: Multiple lines are not allowed.
This commit is contained in:
parent
a6aa9afe63
commit
1ff3b1d9ee
1 changed files with 1 additions and 4 deletions
5
setup.py
5
setup.py
|
@ -37,10 +37,7 @@ def get_bzr_version():
|
||||||
setup(
|
setup(
|
||||||
name="pandora_client",
|
name="pandora_client",
|
||||||
version="0.2.%s" % get_bzr_version() ,
|
version="0.2.%s" % get_bzr_version() ,
|
||||||
description='''pandora_client is a commandline client for pan.do/ra.
|
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.",
|
||||||
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="j",
|
||||||
author_email="j@mailb.org",
|
author_email="j@mailb.org",
|
||||||
url="http://wiki.0x2620.org/wiki/pandora_client",
|
url="http://wiki.0x2620.org/wiki/pandora_client",
|
||||||
|
|
Loading…
Reference in a new issue