From a54cdf8cc0b5c56e565a63143e8b0ec892322db4 Mon Sep 17 00:00:00 2001 From: everpcpc Date: Sat, 7 Oct 2023 22:19:32 +0800 Subject: [PATCH 1/2] chore: ignore venv dir --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cf5585c2..acf1467d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .idea target/ Cargo.lock +venv/ /tests/data *.output From 319caa079735ff28e7eaba92d8492c12897ec490 Mon Sep 17 00:00:00 2001 From: everpcpc Date: Sat, 7 Oct 2023 22:25:37 +0800 Subject: [PATCH 2/2] fix(bindings/python): remove empty project urls --- bindings/python/pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index f779a292..74f0e9c9 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -20,8 +20,6 @@ test = ["behave"] lint = ["black", "flake8"] [project.urls] -Documentation = "" -Homepage = "" Repository = "https://github.com/datafuselabs/bendsql" [tool.maturin]