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