Browse Source

[fix] data directory added to setup.py package_data

Adam Tauber 10 years ago
parent
commit
37eb0fb130
1 changed files with 1 additions and 0 deletions
  1. 1 0
      setup.py

+ 1 - 0
setup.py

@@ -77,6 +77,7 @@ setup(
         'searx': [
         'searx': [
             'settings.yml',
             'settings.yml',
             '../README.rst',
             '../README.rst',
+            'data/*',
             'plugins/*/*',
             'plugins/*/*',
             'static/*.*',
             'static/*.*',
             'static/*/*.*',
             'static/*/*.*',