From e05c9c7e1fc1f72e5adb163f6177d6bc3c3c93d7 Mon Sep 17 00:00:00 2001 From: Gertjan Bisschop <32430503+GertjanBisschop@users.noreply.github.com> Date: Sun, 3 Sep 2023 22:11:44 +0100 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index be80c97..8012dbc 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -from setuptools import setup, find_packages +from setuptools import setup setup( packages=["cli", "lib"], @@ -7,4 +7,4 @@ "cli": "./cli", "lib": "./lib", }, -) \ No newline at end of file +)