From 181b4cfeab91ef780304262be113c2351f1aee26 Mon Sep 17 00:00:00 2001 From: Rohit Sanjay Date: Sat, 3 Aug 2024 10:16:21 -0700 Subject: [PATCH] remove _version references --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a7e1bbd..33e9110 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,6 @@ testpaths = [ branch = false omit = [ "testbook/tests/*", - "testbook/_version.py", ] [tool.coverage.report] @@ -93,7 +92,6 @@ exclude_lines = [ ignore_errors = true omit = [ "testbook/tests/*", - "testbook/_version.py", ] [tool.ruff]