From 876f75f05b146cf3c766fdd7453b645c83833643 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Wobst?= Date: Sun, 15 May 2011 13:35:07 +0000 Subject: [PATCH] remove spurious newline git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@3114 069f4177-920e-0410-937b-c2a4a81bcd90 --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3b4c2be4..8ee3b879 100755 --- a/setup.py +++ b/setup.py @@ -6,8 +6,7 @@ PyX is a Python package for the creation of PostScript and PDF files. It combines an abstraction of the PostScript drawing model with a TeX/LaTeX interface. Complex tasks like 2d and 3d plots in publication-ready quality are -built out of these primitives. -""" +built out of these primitives.""" try: -- 2.11.4.GIT