From 39a7ee43e7e9d14c05316a8cd942b3587fc7f22f Mon Sep 17 00:00:00 2001 From: AhmedFaisal95 <37597383+AhmedFaisal95@users.noreply.github.com> Date: Tue, 21 Mar 2023 16:07:17 +0100 Subject: [PATCH] Adapt setup.py --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 1abbd06..6068493 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,3 @@ -import setuptools +from setuptools import setup -if __name__ == "__main__": - setuptools.setup() +setup()