logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 28b72d87e28b1ed0de38ae90d12ae4e06e8f0d0f
parent: a339f73fe0e7f3e4bfe062f665ba9d57b4b75dd4
Author: asciimoo <asciimoo@gmail.com>
Date:   Tue, 21 Jan 2014 20:51:07 +0100

[mod] setup.py version, README update

Diffstat:

Msetup.py6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/setup.py b/setup.py @@ -11,11 +11,11 @@ def read(*rnames): return open(os.path.join(os.path.dirname(__file__), *rnames)).read() -long_description = read('README.md') +long_description = read('README.rst') setup( name='searx', - version="0.1", + version="0.1.1", description="", long_description=long_description, classifiers=[ @@ -57,7 +57,7 @@ setup( package_data={ 'searx': [ 'settings.yml', - '../README.md', + '../README.rst', 'static/*/*', 'templates/*.html', 'templates/result_templates/*.html',