From 79aaae928c4c9164cc996497d16263bebe0dd5fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 21 Apr 2020 18:57:49 +0200 Subject: [PATCH] fix: broken setup.py file --- client/setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/client/setup.py b/client/setup.py index 90580728..2c288226 100644 --- a/client/setup.py +++ b/client/setup.py @@ -11,7 +11,6 @@ setup( url='https://github.com/CIRCL/lookyloo/client', description='Python client for Lookyloo', packages=['pylookyloo'], - scripts=['bin/lookyloo'], install_requires=['requests'], classifiers=[ 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',