Mercurial > hg > fail
comparison setup.py @ 5:b407681e6f2c
fix parameter type
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 23 Aug 2016 16:36:39 -0700 |
parents | d1880117acb5 |
children |
comparison
equal
deleted
inserted
replaced
4:8dc420754023 | 5:b407681e6f2c |
---|---|
5 here = os.path.dirname(os.path.abspath(__file__)) | 5 here = os.path.dirname(os.path.abspath(__file__)) |
6 description = file(os.path.join(here, 'README.txt')).read() | 6 description = file(os.path.join(here, 'README.txt')).read() |
7 except IOError: | 7 except IOError: |
8 description = None | 8 description = None |
9 | 9 |
10 version = '0.1.1' | 10 version = '0.1.2' |
11 | 11 |
12 deps = [] | 12 deps = [] |
13 | 13 |
14 setup(name='fail', | 14 setup(name='fail', |
15 version=version, | 15 version=version, |