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