|
|
@ -16,7 +16,7 @@ setup( |
|
|
|
], |
|
|
|
], |
|
|
|
dependency_links=["git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile"], |
|
|
|
dependency_links=["git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile"], |
|
|
|
license="AGPL-3.0", |
|
|
|
license="AGPL-3.0", |
|
|
|
long_description=open("README.md","r", encoding="utf-8").read(), |
|
|
|
long_description=open("README.md", "r", encoding="utf-8").read(), |
|
|
|
entry_points={ |
|
|
|
entry_points={ |
|
|
|
"console_scripts": [ |
|
|
|
"console_scripts": [ |
|
|
|
"slither = slither.__main__:main", |
|
|
|
"slither = slither.__main__:main", |
|
|
|