mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 12:10:11 +01:00
[enh][fix] https rewrite rules added to setup.py
This commit is contained in:
parent
5740cfbf1c
commit
7be9759703
3
setup.py
3
setup.py
@ -15,7 +15,7 @@ long_description = read('README.rst')
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='searx',
|
name='searx',
|
||||||
version="0.3.1",
|
version="0.4.0",
|
||||||
description="A privacy-respecting, hackable metasearch engine",
|
description="A privacy-respecting, hackable metasearch engine",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
@ -70,6 +70,7 @@ setup(
|
|||||||
'translations/*/*/*',
|
'translations/*/*/*',
|
||||||
'templates/*/*.xml',
|
'templates/*/*.xml',
|
||||||
'templates/*/*.html',
|
'templates/*/*.html',
|
||||||
|
'https_rules/*.xml',
|
||||||
'templates/*/result_templates/*.html',
|
'templates/*/result_templates/*.html',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user