1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Sat, 24 Jan 2026 21:13:03 +0000
Subject: Install tests.
---
pyproject.toml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 556d1ba..f79488c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -138,10 +138,6 @@ build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/django_otp"]
-exclude = [
- "src/django_otp/**/tests/**",
- "src/django_otp/**/tests.py",
-]
[tool.hatch.build.targets.sdist]
include = [
|