From f4b679a0f73887017ee43e53339c9be7b0174c93 Mon Sep 17 00:00:00 2001 From: rajeevgopalakrishna Date: Thu, 23 May 2019 07:13:44 +0530 Subject: [PATCH] Adds slither-format to setup.py. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d6642a502..c4c2e581a 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,7 @@ setup( 'slither-check-upgradeability = utils.upgradeability.__main__:main', 'slither-find-paths = utils.possible_paths.__main__:main', 'slither-simil = utils.similarity.__main__:main' + 'slither-format = utils.slither_format.__main__:main' ] } )