From 627de1a3ead21cd4533699f793cd8624a4ac496d Mon Sep 17 00:00:00 2001 From: Antonio Valentino Date: Sun, 29 Mar 2026 00:45:41 +0100 Subject: [PATCH] Fix package discovery in pyproject .toml --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3fe15a7..d68e9d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,10 +87,7 @@ version = {attr = "xarray_eopf.__version__"} readme = {file = "README.md", content-type = "text/markdown"} [tool.setuptools.packages.find] -exclude = [ - "tests", - "docs" -] +include = ["xarray_eopf*"] [tool.flake8] max-line-length = 88