From 360be5528be63a89043a587eeb622d6ac36f83d4 Mon Sep 17 00:00:00 2001 From: Yasin Soliman Date: Sun, 9 Apr 2017 15:33:42 +0100 Subject: [PATCH] Fix pip script not found error --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7b60566..4442972 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ description = 'A Python script for AWS S3 bucket enumeration.', author = 'Yasin Soliman', author_email = 'ysx.public@icloud.com', - scripts=['sandcastle'], + scripts=['sandcastle.py'], url = 'https://github.com/yasinS/sandcastle', download_url = 'https://github.com/yasinS/sandcastle/archive/1.2.1.tar.gz', keywords = ['amazons3', 'infosec', 'bucket'],