From 0d207463529a1558cabba04bccd0f09b70c543b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Mon, 17 Jul 2023 08:47:39 +0200 Subject: [PATCH] Remove: Drop poetry.toml file This is a setting the user should decide on. For some use cases it might be better not to have the venv in the project. --- poetry.toml | 2 -- pyproject.toml | 1 - 2 files changed, 3 deletions(-) delete mode 100644 poetry.toml diff --git a/poetry.toml b/poetry.toml deleted file mode 100644 index ab1033bd..00000000 --- a/poetry.toml +++ /dev/null @@ -1,2 +0,0 @@ -[virtualenvs] -in-project = true diff --git a/pyproject.toml b/pyproject.toml index f4eb929d..6442da54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,6 @@ packages = [ { include = "autohooks"}, { include = "tests", format = "sdist" }, { include = "poetry.lock", format = "sdist"}, - { include = "poetry.toml", format = "sdist"}, ] include = [ "autohooks/precommit/template",