From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Mon, 25 Aug 2025 13:56:36 +0000
Subject: Also install tests.

---
 pyproject.toml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index aa33808..71815d4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -52,14 +52,10 @@ include-package-data = true
 [tool.setuptools.packages.find]
 where = ["."]
 include = ["django_navtag*"]
-exclude = ["django_navtag.tests*"]
 
 [tool.setuptools.package-data]
 django_navtag = ["templates/**/*.txt"]
 
-[tool.setuptools.exclude-package-data]
-"*" = ["templates/navtag_tests/**"]
-
 [tool.coverage.run]
 source = ["django_navtag"]
 
