summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@debian.org>2020-12-28 05:52:26 +0100
committerJohannes 'josch' Schauer <josch@debian.org>2020-12-28 05:52:26 +0100
commitee547af52acb1742a809e60c37ff22ba007e1d18 (patch)
tree2f5a887dde6e4b7f22ddc1a8169c95ec35996d03
parent23296be66038b0b97caded68083b7801b72e0b9c (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: