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',