Skip to content

Commit 5bf5f0b

Browse files
committed
Test wheel packaging fix.
1 parent 5aa918d commit 5bf5f0b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ include = [
5050
sources = ["src"]
5151

5252
[tool.hatch.build.targets.wheel]
53-
sources = ["src"]
54-
packages = ["pytest_tap"]
53+
packages = ["src/pytest_tap"]
5554

5655
[tool.pytest.ini_options]
5756
pythonpath = [".", "src"]

0 commit comments

Comments
 (0)