Using markdown

1.2
Francisco Souza 2011-06-06 23:27:23 -03:00
parent 6687516724
commit bfcc186d93
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@ from setuptools import setup, find_packages
def read(fname): def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read() return open(os.path.join(os.path.dirname(__file__), fname)).read()
README = read('README') README = read('README.md')
INSTALL = ''' INSTALL = '''
INSTALLING INSTALLING
------------------- -------------------
%s''' % read('INSTALL') %s''' % read('INSTALL.md')
index = README.find('LICENSING') index = README.find('LICENSING')
if index > -1: if index > -1: