Mercurial > hg > smartopen
comparison setup.py @ 11:ba9058605c5a
add a wiktionary handler
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 22 Dec 2010 17:22:04 -0800 |
parents | a963acb1713d |
children | bb995bdf82e2 |
comparison
equal
deleted
inserted
replaced
10:a963acb1713d | 11:ba9058605c5a |
---|---|
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.4' | 9 version = '0.1.5' |
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, |
31 | 31 |
32 [smartopen.locations] | 32 [smartopen.locations] |
33 URL = smartopen.handlers:URL | 33 URL = smartopen.handlers:URL |
34 GoogleMaps = smartopen.handlers:GoogleMaps | 34 GoogleMaps = smartopen.handlers:GoogleMaps |
35 Wikipedia = smartopen.handlers:Wikipedia | 35 Wikipedia = smartopen.handlers:Wikipedia |
36 Wiktionary = smartopen.handlers:Wiktionary | |
36 Google = smartopen.handlers:Google | 37 Google = smartopen.handlers:Google |
37 Trac = smartopen.handlers:Trac | 38 Trac = smartopen.handlers:Trac |
38 Bugzilla = smartopen.handlers:Bugzilla | 39 Bugzilla = smartopen.handlers:Bugzilla |
39 FedEx = smartopen.handlers:FedEx | 40 FedEx = smartopen.handlers:FedEx |
40 MercurialRevision = smartopen.handlers:MercurialRevision | 41 MercurialRevision = smartopen.handlers:MercurialRevision |