diff --git a/setup.py b/setup.py index e255a12..d141027 100644 --- a/setup.py +++ b/setup.py @@ -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",