From f28bb44197aa133ba411d695a38954c3e986e078 Mon Sep 17 00:00:00 2001 From: alpharush <0xalpharush@protonmail.com> Date: Thu, 8 Feb 2024 12:25:26 -0600 Subject: [PATCH] fix package name typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4236e5c..f1e2020 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ "solc-select>=0.1.4", ], "dev": [ - "slither-analyzer[lint,test]", + "test_generator[lint,test]", ], }, entry_points={"console_scripts": ["test-generator = test_generator.main:main"]},