can build docker image

pull/967/head
Jesus F Christ 3 years ago
parent 3bc22a9b14
commit 0baf158ae6
  1. 2
      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",

Loading…
Cancel
Save