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

Commit c511b6fd authored by Matej Cotman's avatar Matej Cotman
Browse files

change package data in setup.py for oscar theme

parent b6da893c
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -66,12 +66,13 @@ setup(
        'searx': [
            'settings.yml',
            '../README.rst',
            'static/*/*/*',
            'static/*/*/*.*',
            'static/*/*/*/*.*',
            'static/*/*/*/*/*.*',
            'translations/*/*/*',
            'templates/*/*.xml',
            'templates/*/*.html',
            'https_rules/*.xml',
            'templates/*/result_templates/*.html',
            'templates/*/*.*',
            'templates/*/*/*.*',
            'https_rules/*.xml'
        ],
    },