From f0f5d2bb77775737387b02c48ac515c238a82aef Mon Sep 17 00:00:00 2001 From: Euiseo Cha Date: Wed, 22 May 2024 19:39:01 +0900 Subject: [PATCH] feat: fix invaild project url --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2403f78..38bf908 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,4 +16,4 @@ dependencies = [ "httpx==0.27.0" ] [project.urls] -Source = "https://github.com/zeroday0619/anamSDK.git" \ No newline at end of file +Source = "https://github.com/Netchive/PyCHZZK" \ No newline at end of file