commit: 7be97597038078dc749b60ae8770af7abe1b8261
parent: 5740cfbf1cb468af74d0e7e1c9358ce702eb4f59
Author: Adam Tauber <asciimoo@gmail.com>
Date: Sun, 19 Oct 2014 21:30:56 +0200
[enh][fix] https rewrite rules added to setup.py
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
@@ -15,7 +15,7 @@ long_description = read('README.rst')
setup(
name='searx',
- version="0.3.1",
+ version="0.4.0",
description="A privacy-respecting, hackable metasearch engine",
long_description=long_description,
classifiers=[
@@ -70,6 +70,7 @@ setup(
'translations/*/*/*',
'templates/*/*.xml',
'templates/*/*.html',
+ 'https_rules/*.xml',
'templates/*/result_templates/*.html',
],
},