setup.py
changeset 551 a258253a74d4
parent 548 fd5c3b0c68d1
child 558 fdfc4ac82db7
equal deleted inserted replaced
550:1e5d9be5252b 551:a258253a74d4
    23                     'docs')
    23                     'docs')
    24 
    24 
    25 README = os.path.join(DOCS, 'README.txt')
    25 README = os.path.join(DOCS, 'README.txt')
    26 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    26 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    27 
    27 
    28 version = '0.1.37'
    28 version = '0.1.37.1'
    29 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    29 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    30 
    30 
    31 tests_require = []
    31 tests_require = []
    32 
    32 
    33 setup(name='pyams_skin',
    33 setup(name='pyams_skin',