setup.py
changeset 200 36542eceb7c4
parent 197 3d3dc44d9535
child 206 0e48f5a82d32
equal deleted inserted replaced
199:9167bef4d803 200:36542eceb7c4
    22                     'docs')
    22                     'docs')
    23 
    23 
    24 README = os.path.join(DOCS, 'README.txt')
    24 README = os.path.join(DOCS, 'README.txt')
    25 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    25 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    26 
    26 
    27 version = '0.1.26'
    27 version = '0.1.26.1'
    28 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    28 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    29 
    29 
    30 tests_require = []
    30 tests_require = []
    31 
    31 
    32 setup(name='pyams_form',
    32 setup(name='pyams_form',