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 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]