Mercurial > hg > smartopen
comparison setup.py @ 12:bb995bdf82e2
annoyingly work around user agents again; i hate robot protection sometimes
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 27 Dec 2010 11:48:18 -0800 |
parents | ba9058605c5a |
children | a62fbff067f8 |
comparison
equal
deleted
inserted
replaced
11:ba9058605c5a | 12:bb995bdf82e2 |
---|---|
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.5' | 9 version = '0.1.6' |
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, |