1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Fri, 9 Aug 2024 15:45:46 +0000
Subject: Include flexcache.testsuite
Forwarded: https://github.com/hgrecco/flexcache/pull/2
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index c098543..89ea601 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -47,7 +47,7 @@ test = [
Homepage = "https://github.com/hgrecco/flexcache"
[tool.setuptools]
-packages = ["flexcache"]
+packages = ["flexcache", "flexcache.testsuite"]
[build-system]
requires = ["setuptools>=61", "wheel", "setuptools_scm[toml]>=3.4.3"]
|