setup.py
changeset 26 e2ce53e66fc9
parent 22 15a227cafabb
equal deleted inserted replaced
25:bdb57ba75245 26:e2ce53e66fc9
    21                     'docs')
    21                     'docs')
    22 
    22 
    23 README = os.path.join(DOCS, 'README.txt')
    23 README = os.path.join(DOCS, 'README.txt')
    24 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    24 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    25 
    25 
    26 version = '0.2.0'
    26 version = '0.2.1'
    27 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    27 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    28 
    28 
    29 tests_require = []
    29 tests_require = []
    30 
    30 
    31 setup(name='pyams_notify_ws',
    31 setup(name='pyams_notify_ws',