|
@@ -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 = [
|