From bac1a2d2c8447d58ff506859d7a5e575cd84d269 Mon Sep 17 00:00:00 2001 From: DigiH <17110652+DigiH@users.noreply.github.com> Date: Wed, 4 Dec 2024 15:47:34 +0100 Subject: [PATCH] PyPi PEP 625 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e31251f..56013d8 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ long_description = (this_directory / "README.md").read_text(encoding="utf-8") setup( - name="TheengsGateway", + name="theengsgateway", long_description=long_description, long_description_content_type="text/markdown", author="Theengs",