From 8f80c6f62b233873112fb24f0f5a7ba9b6569d7f Mon Sep 17 00:00:00 2001 From: hugues de keyzer Date: Thu, 30 May 2024 15:37:19 +0200 Subject: [PATCH] add tests in sdist --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e2b30a7..9fcfb1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ "Topic :: Text Processing :: General", "Topic :: Text Processing :: Indexing", ] -include = ["LICENSES/*"] +include = ["tests"] [tool.poetry.dependencies] python = "^3.8"