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 View File

@@ -77,6 +77,7 @@ setup(
77 77
         'searx': [
78 78
             'settings.yml',
79 79
             '../README.rst',
80
+            'data/*',
80 81
             'plugins/*/*',
81 82
             'static/*.*',
82 83
             'static/*/*.*',