Browse Source

switched to searxng/searxng which is more up to date

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Markus Heiser 4 years ago
parent
commit
59491ff908
1 changed files with 2 additions and 2 deletions
  1. 2 2
      setup.py

+ 2 - 2
setup.py

@@ -15,7 +15,7 @@ GIT_URL='https://github.com/return42/tgwf-searx-plugins'
 
 
 setup(
 setup(
     name                = 'tgwf-searx-plugins'
     name                = 'tgwf-searx-plugins'
-    , version           = '0.1'
+    , version           = '0.2'
     , description       = 'The Green Web Foundation searx plugins'
     , description       = 'The Green Web Foundation searx plugins'
     , long_description  = __doc__
     , long_description  = __doc__
     , url               =  GIT_URL
     , url               =  GIT_URL
@@ -28,7 +28,7 @@ setup(
     , license           = 'GNU Affero General Public License'
     , license           = 'GNU Affero General Public License'
     , zip_safe          = False
     , zip_safe          = False
     , install_requires  = """
     , install_requires  = """
-searx @ git+https://github.com/asciimoo/searx
+searx
 flask-babel
 flask-babel
 """
 """
     , py_modules        = [
     , py_modules        = [