Browse Source

[mod] setup.py version, README update

asciimoo 11 years ago
parent
commit
28b72d87e2
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      setup.py

+ 3
- 3
setup.py View File

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