From 363ea4da7543d3a3a00f2cddccd200f091ed7ebe Mon Sep 17 00:00:00 2001 From: "firstof9@gmail.com" Date: Tue, 19 Nov 2024 09:43:25 -0700 Subject: [PATCH] chore: update library name to comply with PEP625 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4a422aa..16e775f 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ VERSION = "0.1.65" setup( - name="python-openevse-http", + name="python_openevse_http", version=VERSION, url="https://github.com/firstof9/python-openevse-http", download_url="https://github.com/firstof9/python-openevse-http",