Remove redundant 'install' section in setup.py

1.3
Roejames12 2011-07-04 00:25:35 -07:00
parent 8cfdb0619a
commit 75dc3705b9
1 changed files with 1 additions and 4 deletions

View File

@ -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: