From 2215b3cba0b4413cdaa1713f710b6172971941fd Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Wed, 15 Apr 2026 09:28:59 +0200 Subject: [PATCH] Include only audplot* in Python package --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2645622..e51b1ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -215,6 +215,7 @@ convention = 'google' # # Find all (sub-)modules of the Python package [tool.setuptools.packages.find] +include = ['audplot*'] # ----- setuptools_scm ---------------------------------------------------- #