Fixed package name

This commit is contained in:
Profitroll 2024-05-27 00:15:05 +02:00
parent fdafcec922
commit 902380ffb4
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2

View File

@ -6,7 +6,7 @@ here = pathlib.Path(__file__).parent.resolve()
long_description = (here / "README.md").read_text(encoding="utf-8")
setup(
name="APIClient",
name="GarbageAPI_Client",
version="0.1.0",
license="GPL3",
description="A client library for accessing GarbageReminder API",