Parcourir la source

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

Adam Tauber il y a 10 ans
Parent
révision
7be9759703
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2
    1
      setup.py

+ 2
- 1
setup.py Voir le fichier

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