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