From 75dc3705b9d3b171d304a43f350da2d63931c81f Mon Sep 17 00:00:00 2001 From: Roejames12 Date: Mon, 4 Jul 2011 00:25:35 -0700 Subject: [PATCH] Remove redundant 'install' section in setup.py --- python/setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/python/setup.py b/python/setup.py index c05323d9..360420e5 100644 --- a/python/setup.py +++ b/python/setup.py @@ -27,10 +27,7 @@ def read(fname): README = read('README.md') -INSTALL = ''' -INSTALLING -------------------- -%s''' % read('INSTALL.md') +INSTALL = read('INSTALL.md') index = README.find('LICENSING') if index > -1: