Skip to content

Commit 467d281

Browse files
committed
pyproject: include example_module.py
Closes #668
1 parent 16a20aa commit 467d281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ attr = 'numpydoc.__version__'
168168
[tool.setuptools.package-data]
169169
numpydoc = [
170170
'tests/test_*.py',
171-
'tests/hooks/test_*.py',
171+
'tests/hooks/*.py',
172172
'tests/tinybuild/Makefile',
173173
'tests/tinybuild/index.rst',
174174
'tests/tinybuild/*.py',

0 commit comments

Comments
 (0)