Merge pull request 'Fixed package name' (#1) from dev into main
Reviewed-on: #1
This commit is contained in:
commit
0f4f982fd7
2
setup.py
2
setup.py
@ -6,7 +6,7 @@ here = pathlib.Path(__file__).parent.resolve()
|
|||||||
long_description = (here / "README.md").read_text(encoding="utf-8")
|
long_description = (here / "README.md").read_text(encoding="utf-8")
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="APIClient",
|
name="GarbageAPI_Client",
|
||||||
version="0.1.0",
|
version="0.1.0",
|
||||||
license="GPL3",
|
license="GPL3",
|
||||||
description="A client library for accessing GarbageReminder API",
|
description="A client library for accessing GarbageReminder API",
|
||||||
|
Loading…
Reference in New Issue
Block a user