From 8b1b4571476c4df16c9c395b9bca593e14184f70 Mon Sep 17 00:00:00 2001 From: Rahul Krishna Date: Thu, 10 Jul 2025 18:09:32 -0700 Subject: [PATCH 1/2] Rewrite readme to use URL instead of relative path to the logo Signed-off-by: Rahul Krishna --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d32e5e..8cf01cf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -![logo](./docs/assets/logo.png) +![logo](https://github.com/codellm-devkit/codeanalyzer-python/blob/main/docs/assets/logo.png?raw=true) -Python Static Analysis Backend for CLDK +# A Python Static Analysis Toolkit (and Library) A comprehensive static analysis tool for Python source code that provides symbol table generation, call graph analysis, and semantic analysis using Jedi, CodeQL, and Tree-sitter. From d9776794ed4f1721dbf4cdf12dd520f003e3a915 Mon Sep 17 00:00:00 2001 From: Rahul Krishna Date: Thu, 10 Jul 2025 18:11:36 -0700 Subject: [PATCH 2/2] Rewrite readme to use URL instead of relative path to the logo Signed-off-by: Rahul Krishna --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1ab5fc6..b40d193 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "codeanalyzer-python" -version = "0.1.2" +version = "0.1.3" description = "Static Analysis on Python source code using Jedi, CodeQL and Treesitter." readme = "README.md" authors = [ diff --git a/uv.lock b/uv.lock index 971fde7..cdf2e14 100644 --- a/uv.lock +++ b/uv.lock @@ -251,7 +251,7 @@ wheels = [ [[package]] name = "codeanalyzer-python" -version = "0.1.2" +version = "0.1.3" source = { editable = "." } dependencies = [ { name = "asteroid" },