Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7be97597 authored by Adam Tauber's avatar Adam Tauber
Browse files

[enh][fix] https rewrite rules added to setup.py

parent 5740cfbf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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',
        ],
    },