From 6dcf9f5f5c56afbf6256b34921561a3aabbecea9 Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Tue, 24 Dec 2024 09:17:08 +0800 Subject: [PATCH] Update setup.py --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index fc6e0f15..d18a20c5 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,6 @@ "Source Code": "https://github.com/EnableSecurity/wafw00f/tree/master" }, packages=find_packages(), - scripts=['wafw00f/bin/wafw00f'], install_requires=[ 'requests', 'requests[socks]',