Explorar el Código

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

Adam Tauber hace 10 años
padre
commit
333b6759ac
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      setup.py

+ 2
- 2
setup.py Ver fichero

@@ -77,15 +77,15 @@ setup(
77 77
         'searx': [
78 78
             'settings.yml',
79 79
             '../README.rst',
80
+            'plugins/*/*',
80 81
             'static/*.*',
81 82
             'static/*/*.*',
82 83
             'static/*/*/*.*',
83 84
             'static/*/*/*/*.*',
84 85
             'static/*/*/*/*/*.*',
85
-            'translations/*/*/*',
86 86
             'templates/*/*.*',
87 87
             'templates/*/*/*.*',
88
-            'https_rules/*.xml'
88
+            'translations/*/*/*'
89 89
         ],
90 90
     },
91 91