setup.py
changeset 524 7f8e82b9a091
parent 521 f86cf0f11634
child 527 ab116b73446e
equal deleted inserted replaced
523:4d6c1992822f 524:7f8e82b9a091
    20                     'docs')
    20                     'docs')
    21 
    21 
    22 README = os.path.join(DOCS, 'README.txt')
    22 README = os.path.join(DOCS, 'README.txt')
    23 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    23 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    24 
    24 
    25 version = '0.1.51'
    25 version = '0.1.52'
    26 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    26 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    27 
    27 
    28 tests_require = []
    28 tests_require = []
    29 
    29 
    30 setup(name='pyams_default_theme',
    30 setup(name='pyams_default_theme',