1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Wed, 16 Aug 2023 07:50:27 +0000
Subject: Install tests.
---
pyproject.toml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 1c14945..731d7d0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -25,9 +25,6 @@ name = "django-pgtrigger"
packages = [
{ include = "pgtrigger" }
]
-exclude = [
- "*/tests/"
-]
version = "4.15.3"
description = "Postgres trigger support integrated with Django models."
authors = ["Wes Kendall"]
|