From 467d281533202a2e59b09d11d73a57508a3147a9 Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Tue, 2 Dec 2025 20:14:37 +0100 Subject: [PATCH] pyproject: include example_module.py Closes #668 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae6e7b96..6cae975e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -168,7 +168,7 @@ attr = 'numpydoc.__version__' [tool.setuptools.package-data] numpydoc = [ 'tests/test_*.py', - 'tests/hooks/test_*.py', + 'tests/hooks/*.py', 'tests/tinybuild/Makefile', 'tests/tinybuild/index.rst', 'tests/tinybuild/*.py',