Skip to content

Commit

Permalink
Add TOML test data to packaged source
Browse files Browse the repository at this point in the history
This ensures that the tests work when run from the packaged source, as
the pyproject.toml files used as test cases are included.
  • Loading branch information
sirosen committed May 29, 2024
1 parent 7ccb3d2 commit 3cb4d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include tox.ini
include unittest.cfg
include README.rst
include license.txt
recursive-include nose2/tests/functional/support *.py *.txt *.cfg *.rst *.json *.egg .coveragerc
recursive-include nose2/tests/functional/support *.py *.txt *.toml *.cfg *.rst *.json *.egg .coveragerc
recursive-include docs *.inc *.py *.rst Makefile
global-exclude __pycache__
global-exclude *~
Expand Down

0 comments on commit 3cb4d45

Please sign in to comment.