Possible Duplicate:
How to define multiline long_description in quickly's setup.py?
How can I make Quickly convert the long_description in setup.py into several paragraphs in the debian control file?
Quickly throws the error below if I put "\n" in the text, and every other way I try just leads to one long one-paragraph description (i.e. everything concatenated in a single paragraph).
Generally - can we use any type of markup - bullets, etc.? I see some entries in USC that use bullets in the description, so it must be possible.
Traceback (most recent call last):
File "/usr/bin/python-mkdebian", line 366, in <module>
egg = get_egg_info()
File "/usr/bin/python-mkdebian", line 35, in get_egg_info
k, v = l.strip().split(': ', 1)
ValueError: need more than 1 value to unpack
long_description
insetup.py
, and there is no mention at all about thedebian/control
file or what you're trying to do with it. Thanks! – David Planella Aug 14 '12 at 06:53