From fda86ad301ef96b6d0e405dbd0f3230ba835325a Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 22 Sep 2015 20:16:06 +0200 Subject: [PATCH] formatting for long_description --- setup.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index 8718b8853..d8c21d740 100755 --- a/setup.py +++ b/setup.py @@ -67,13 +67,13 @@ setup_args = dict( name = name, description = "A web-based notebook environment for interactive computing", long_description = """ - The Jupyter Notebook is a web application that allows you to create and - share documents that contain live code, equations, visualizations, and - explanatory text. The Notebook has support for multiple programming - languages, sharing, and interactive widgets. +The Jupyter Notebook is a web application that allows you to create and +share documents that contain live code, equations, visualizations, and +explanatory text. The Notebook has support for multiple programming +languages, sharing, and interactive widgets. - Read `the documentation`_ - for more information. +Read `the documentation `_ +for more information. """, version = version, scripts = glob(pjoin('scripts', '*')),