소스 검색

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

Adam Tauber 10 년 전
부모
커밋
7be9759703
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      setup.py

+ 2
- 1
setup.py 파일 보기

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