setup.py
changeset 204 280b9e2289d6
parent 198 96b8eecdaabb
child 207 312f69d8ea37
equal deleted inserted replaced
203:108498416bee 204:280b9e2289d6
     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.27'
    11 version = '0.1.28'
    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 = [