From 65f7f5d855a2537f50dddfd55fa138a65514c597 Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Fri, 7 Jun 2024 00:46:38 -0500 Subject: [PATCH] Exclude tests in build --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a16724b..ffdbabb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ license = "MIT" readme = "README.rst" homepage = "https://github.com/makenew/pypackage" repository = "https://github.com/makenew/pypackage" +exclude = ["**/*_test.py"] [tool.poetry.dependencies] python = "^3.11.0"