Mercurial > hg > smartopen
comparison setup.py @ 6:a03adefacb62
bump version
author | k0s <k0scist@gmail.com> |
---|---|
date | Wed, 03 Mar 2010 01:07:32 -0500 |
parents | 7328744920de |
children | d5343f681ef9 |
comparison
equal
deleted
inserted
replaced
5:7328744920de | 6:a03adefacb62 |
---|---|
4 try: | 4 try: |
5 description = file('README.txt').read() | 5 description = file('README.txt').read() |
6 except: | 6 except: |
7 description = '' | 7 description = '' |
8 | 8 |
9 version = '0.1.1' | 9 version = '0.1.2' |
10 | 10 |
11 setup(name='smartopen', | 11 setup(name='smartopen', |
12 version=version, | 12 version=version, |
13 description="open text in a browser contextually", | 13 description="open text in a browser contextually", |
14 long_description=description, | 14 long_description=description, |