setup.py
changeset 5 29fbf87650d4
parent 0 31ded33115d7
child 10 1acfa99756ad
equal deleted inserted replaced
4:d9dc2f58c72b 5:29fbf87650d4
    23                     'docs')
    23                     'docs')
    24 
    24 
    25 README = os.path.join(DOCS, 'README.txt')
    25 README = os.path.join(DOCS, 'README.txt')
    26 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    26 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    27 
    27 
    28 version = '0.1.0'
    28 version = '0.1.1'
    29 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    29 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    30 
    30 
    31 tests_require = []
    31 tests_require = []
    32 
    32 
    33 setup(name='pyams_template',
    33 setup(name='pyams_template',