|
@@ -11,11 +11,11 @@ def read(*rnames):
|
11
|
11
|
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
|
12
|
12
|
|
13
|
13
|
|
14
|
|
-long_description = read('README.md')
|
|
14
|
+long_description = read('README.rst')
|
15
|
15
|
|
16
|
16
|
setup(
|
17
|
17
|
name='searx',
|
18
|
|
- version="0.1",
|
|
18
|
+ version="0.1.1",
|
19
|
19
|
description="",
|
20
|
20
|
long_description=long_description,
|
21
|
21
|
classifiers=[
|
|
@@ -57,7 +57,7 @@ setup(
|
57
|
57
|
package_data={
|
58
|
58
|
'searx': [
|
59
|
59
|
'settings.yml',
|
60
|
|
- '../README.md',
|
|
60
|
+ '../README.rst',
|
61
|
61
|
'static/*/*',
|
62
|
62
|
'templates/*.html',
|
63
|
63
|
'templates/result_templates/*.html',
|