summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@debian.org>2020-07-15 23:33:23 +0200
committerJohannes 'josch' Schauer <josch@debian.org>2020-07-15 23:33:23 +0200
commitd1ed564509f7aa437c98a8d32a726e6d75d7b790 (patch)
tree4013c7e7df6ecefc9fb924d5b6d42c17fc59ad0e
parent832274a3b589afa81d33d8eb01ad81bd1d3846cf (diff)
encoding
Gbp-Pq: Name encoding
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index be90e7c..0c2f0a4 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.rst', encoding='utf-8') as f:
long_description = f.read()
with open('requirements.txt') as f: