From 0baf158ae628c1ea3335a0e30ffd115957c68d12 Mon Sep 17 00:00:00 2001 From: Jesus F Christ Date: Tue, 26 Oct 2021 17:02:00 -0400 Subject: [PATCH] can build docker image --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7e0b8f31f..5285c7bdf 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( ], dependency_links=["git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile"], license="AGPL-3.0", - long_description=open("README.md").read(), + long_description=open("README.md","r", encoding="utf-8").read(), entry_points={ "console_scripts": [ "slither = slither.__main__:main",