Explorar el Código

[fix] data directory added to setup.py package_data

Adam Tauber hace 10 años
padre
commit
37eb0fb130
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      setup.py

+ 1
- 0
setup.py Ver fichero

@@ -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/*/*.*',