From 66a22d07fc79d43bdc7d11494bdd870dda9eb29d Mon Sep 17 00:00:00 2001 From: Antonio Valentino Date: Sat, 21 Mar 2026 18:47:29 +0100 Subject: [PATCH] fix: package discovery --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6e6666f13..af540ce54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -199,7 +199,7 @@ StacListAssets = "eodag.plugins.search.stac_list_assets:StacListAssets" include-package-data = true [tool.setuptools.packages.find] -exclude = ["*.tests", "*.tests.*", "tests.*", "tests"] +include = ["eodag*"] [tool.setuptools.package-data] "*" = ["LICENSE", "NOTICE", "py.typed"]