setup.py
changeset 225 a88a0f92d9bf
parent 222 ab62ab8fbcd3
child 229 7479d0de3fce
equal deleted inserted replaced
224:563b030f1ed1 225:a88a0f92d9bf
    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.30'
    27 version = '0.1.31'
    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',