setup.py
changeset 88 9c464b9a33c7
parent 85 40f6c30c21d3
child 91 eba785a27a37
equal deleted inserted replaced
87:ff5591442ac3 88:9c464b9a33c7
    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.14'
    25 version = '0.1.15'
    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_sequence',
    30 setup(name='pyams_sequence',