From fcc0e36dd57f898c38bbd4f34f7ea20754762970 Mon Sep 17 00:00:00 2001 From: facelessuser Date: Thu, 31 Aug 2023 10:31:40 -0600 Subject: [PATCH] Don't try to bundle tox.ini as it is now gone --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 018fbf2..e53431b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,8 +54,7 @@ include = [ "/tests/**/*.py", "/.pyspelling.yml", "/.coveragerc", - "/mkdocs.yml", - "/tox.ini", + "/mkdocs.yml" ] [tool.mypy]