Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28b72d87 authored by asciimoo's avatar asciimoo
Browse files

[mod] setup.py version, README update

parent a339f73f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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',