setup.py
changeset 217 2775c336f60f
parent 214 8cb9dab8bcda
child 221 5f422938b065
equal deleted inserted replaced
216:c390a4b8ca80 217:2775c336f60f
     6 
     6 
     7 README = os.path.join(DOCS, 'README.txt')
     7 README = os.path.join(DOCS, 'README.txt')
     8 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
     8 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
     9 CONTRIBS = os.path.join(DOCS, 'CONTRIBUTORS.txt')
     9 CONTRIBS = os.path.join(DOCS, 'CONTRIBUTORS.txt')
    10 
    10 
    11 version = '0.1.31'
    11 version = '0.1.32'
    12 long_description = open(README).read() + '\n\n' + \
    12 long_description = open(README).read() + '\n\n' + \
    13                    open(CONTRIBS).read() + '\n\n' + \
    13                    open(CONTRIBS).read() + '\n\n' + \
    14                    open(HISTORY).read()
    14                    open(HISTORY).read()
    15 
    15 
    16 tests_require = [
    16 tests_require = [