From 2c49fbe379788966ec813c383a15bc73afd13015 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Mon, 2 Aug 2010 12:41:28 +0200 Subject: Change the documentation value. The previous value broke "python setup.py bdist_rpm" builds. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3b1749b..959c47e 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from setuptools import setup setup( name="nose_machineout", version="0.2", - description=__doc__, + description=__doc__.replace('\n', ' ').strip(), author="Mike Crute", author_email="mcrute@gmail.com", url="http://nose-machineout.googlecode.com", -- cgit v1.2.3