Mercurial > hg > a8e
comparison setup.py @ 1:dd3f3918cb88 default tip
give a version
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Thu, 14 Jul 2016 12:32:36 -0700 |
| parents | 6670fe246450 |
| children |
comparison
equal
deleted
inserted
replaced
| 0:6670fe246450 | 1:dd3f3918cb88 |
|---|---|
| 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.0' | 10 version = '0.1' |
| 11 | 11 |
| 12 deps = [] | 12 deps = [] |
| 13 | 13 |
| 14 setup(name='a8e', | 14 setup(name='a8e', |
| 15 version=version, | 15 version=version, |
