setup.py
changeset 221 5f422938b065
parent 217 2775c336f60f
child 224 802766e31fc3
equal deleted inserted replaced
220:32418e93144e 221:5f422938b065
     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.32'
    11 version = '0.1.33'
    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 = [