setup.py
changeset 1450 6594f9d03438
parent 1444 3f7ee0f3e1b5
child 1454 c98a34039cf4
equal deleted inserted replaced
1449:b74f6ea0f791 1450:6594f9d03438
    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.65'
    27 version = '0.1.66'
    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_content',
    32 setup(name='pyams_content',