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

Commit 3ea2b1ee authored by Matej Cotman's avatar Matej Cotman
Browse files

change package data paths

parent 7369fbd5
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -61,11 +61,11 @@ setup(
        'searx': [
            'settings.yml',
            '../README.rst',
            'static/*/*',
            'static/*/*/*',
            'translations/*/*/*',
            'templates/*.xml',
            'templates/*.html',
            'templates/result_templates/*.html',
            'templates/*/*.xml',
            'templates/*/*.html',
            'templates/*/result_templates/*.html',
        ],
    },