Mercurial > hg > smartopen
diff setup.py @ 1:10fc4904c10f
now can pass data
author | k0s <k0scist@gmail.com> |
---|---|
date | Sat, 21 Nov 2009 17:29:39 -0500 |
parents | d6fa501af82f |
children | f084e152dd47 |
line wrap: on
line diff
--- a/setup.py Sat Nov 21 15:46:01 2009 -0500 +++ b/setup.py Sat Nov 21 17:29:39 2009 -0500 @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import sys, os -version = '0.0' +version = '0.1' setup(name='smartopen', version=version, @@ -26,5 +26,9 @@ smartopen = smartopen.smartopen:main [smartopen.locations] + URL = smartopen.handlers:URL + GoogleMaps = smartopen.handlers:GoogleMaps + Wikipedia = smartopen.handlers:Wikipedia + Google = smartopen.handlers:Google """, )