Browse Source

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

Adam Tauber 10 years ago
parent
commit
333b6759ac
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      setup.py

+ 2
- 2
setup.py View File

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