diff options
author | asciimoo <asciimoo@gmail.com> | 2014-01-21 20:51:07 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2014-01-21 20:51:07 +0100 |
commit | 28b72d87e28b1ed0de38ae90d12ae4e06e8f0d0f (patch) | |
tree | 6f17a11d96a1713464ab97fe280d230c7654b072 | |
parent | a339f73fe0e7f3e4bfe062f665ba9d57b4b75dd4 (diff) | |
download | searxng-28b72d87e28b1ed0de38ae90d12ae4e06e8f0d0f.tar.gz searxng-28b72d87e28b1ed0de38ae90d12ae4e06e8f0d0f.zip |
[mod] setup.py version, README update
-rw-r--r-- | setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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', |