read from readme from markdown file

This commit is contained in:
Roberto Beltran 2021-04-30 21:05:15 -04:00
parent c03a379281
commit 3d2487b62e
1 changed files with 1 additions and 1 deletions

View File

@ -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: