Skip to content

Include only audinterface* in Python package#197

Merged
hagenw merged 1 commit intomainfrom
exclude-doc-test-folder-from-package
Apr 15, 2026
Merged

Include only audinterface* in Python package#197
hagenw merged 1 commit intomainfrom
exclude-doc-test-folder-from-package

Conversation

@hagenw
Copy link
Copy Markdown
Member

@hagenw hagenw commented Apr 15, 2026

This restricts the files included in the Python package to audinterface*.

Same fix as audeering/audb#560 (audeering/audb#559): the empty [tool.setuptools.packages.find] defaults to namespaces = true, causing setuptools to also pick up tests/, docs/, benchmarks/, and build/ as top-level namespace packages. They end up installed under site-packages/ and shadow any local tests/ or docs/ packages in downstream projects.

@hagenw hagenw force-pushed the exclude-doc-test-folder-from-package branch from 8376422 to 9ff1035 Compare April 15, 2026 08:21
@hagenw hagenw merged commit 72d48c8 into main Apr 15, 2026
16 checks passed
@hagenw hagenw deleted the exclude-doc-test-folder-from-package branch April 15, 2026 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant