setup.py
changeset 52 3351d1c1595c
parent 47 e7d34a774c7e
child 61 e9f92321f04d
equal deleted inserted replaced
51:a6da2cc58c0a 52:3351d1c1595c
    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.10'
    25 version = '0.1.11'
    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',