Browse Source

[enh][fix] https rewrite rules added to setup.py

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

+ 2
- 1
setup.py View File

15
 
15
 
16
 setup(
16
 setup(
17
     name='searx',
17
     name='searx',
18
-    version="0.3.1",
18
+    version="0.4.0",
19
     description="A privacy-respecting, hackable metasearch engine",
19
     description="A privacy-respecting, hackable metasearch engine",
20
     long_description=long_description,
20
     long_description=long_description,
21
     classifiers=[
21
     classifiers=[
70
             'translations/*/*/*',
70
             'translations/*/*/*',
71
             'templates/*/*.xml',
71
             'templates/*/*.xml',
72
             'templates/*/*.html',
72
             'templates/*/*.html',
73
+            'https_rules/*.xml',
73
             'templates/*/result_templates/*.html',
74
             'templates/*/result_templates/*.html',
74
         ],
75
         ],
75
     },
76
     },