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: Tue, 14 Sep 2021 07:34:16 +0000
Subject: Do not exclude tests from getting installed.
---
setup.cfg | 6 ------
1 file changed, 6 deletions(-)
diff --git a/setup.cfg b/setup.cfg
index 09ff55a..8a208c6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -35,9 +35,3 @@ packages = find:
include_package_data = True
install_requires =
Django >= 2.1
-
-[options.packages.find]
-exclude =
- polymorphic.tests
- polymorphic.tests.*
- polymorphic/tests
|