From 80db8a01cf82a2f92d454c54aa7956d3e2dee7a3 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 26 Oct 2012 07:36:07 +0200 Subject: [PATCH] +linebreak Signed-off-by: Nico Schottelius --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index be907786..2de4a3c0 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,7 @@ setup( long_description = ''' cdist is a usable configuration management system. It adheres to the KISS principle and is being used in small up to enterprise grade environments. - cdist is an alternative to other configuration management systems like cfengine, bcfg2, chef and puppet. + cdist is an alternative to other configuration management systems like + cfengine, bcfg2, chef and puppet. ''' )