diff --git a/setup.py b/setup.py index 97a3270e..af2fd554 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ sys.path.insert(0, './searx') from version import VERSION_STRING import brand -with open('README.rst') as f: +with open('README.md') as f: long_description = f.read() with open('requirements.txt') as f: