summaryrefslogtreecommitdiff
path: root/debian/patches/encoding
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/encoding')
-rw-r--r--debian/patches/encoding11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/patches/encoding b/debian/patches/encoding
new file mode 100644
index 0000000..0b80694
--- /dev/null
+++ b/debian/patches/encoding
@@ -0,0 +1,11 @@
+--- 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: