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

Commit 333b6759 authored by Adam Tauber's avatar Adam Tauber
Browse files

[fix] setup.py package data update - fixes #323

parent b6de23f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -77,15 +77,15 @@ setup(
        'searx': [
            'settings.yml',
            '../README.rst',
            'plugins/*/*',
            'static/*.*',
            'static/*/*.*',
            'static/*/*/*.*',
            'static/*/*/*/*.*',
            'static/*/*/*/*/*.*',
            'translations/*/*/*',
            'templates/*/*.*',
            'templates/*/*/*.*',
            'https_rules/*.xml'
            'translations/*/*/*'
        ],
    },