setup.py
changeset 41 d73e42df8de5
parent 33 75ed0e4b3d2a
child 45 0c46b2b740d7
equal deleted inserted replaced
40:864c3e02e890 41:d73e42df8de5
    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.6'
    25 version = '0.1.7'
    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_ldap',
    30 setup(name='pyams_ldap',