Merge pull request #967 from jesus-eff/docker-build

docker build success
pull/986/head
Feist Josselin 3 years ago committed by GitHub
commit a9688de7b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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