Parcourir la source

[mod] setup.py version, README update

asciimoo il y a 11 ans
Parent
révision
28b72d87e2
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3
    3
      setup.py

+ 3
- 3
setup.py Voir le fichier

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