From 64557968414dd112806921b9e3aff726b4476dc5 Mon Sep 17 00:00:00 2001 From: Domingo Dirutigliano Date: Fri, 11 Apr 2025 17:23:35 +0200 Subject: [PATCH] Update setup.py --- fgex-lib/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fgex-lib/setup.py b/fgex-lib/setup.py index feafc5d..cf8b80f 100644 --- a/fgex-lib/setup.py +++ b/fgex-lib/setup.py @@ -14,7 +14,7 @@ setuptools.setup( author="Pwnzer0tt1", author_email="pwnzer0tt1@poliba.it", scripts=["fgex"], - py_modules=["fgex"], + py_modules=["firegex"], install_requires=required, include_package_data=True, description="Firegex client",