ソースを参照

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

Adam Tauber 10 年 前
コミット
333b6759ac
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2
    2
      setup.py

+ 2
- 2
setup.py ファイルの表示

@@ -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