Skip to content

Commit 6e6e8b4

Browse files
committed
pyproject: Remove dev-mode-dirs
This was only needed because tests needed changing to tests/ dir: this is no longer the case. Signed-off-by: Jussi Kukkonen <[email protected]>
1 parent 8f3de2c commit 6e6e8b4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@ include = [
7070
"/setup.py",
7171
]
7272

73-
[tool.hatch.build.targets.wheel]
74-
# The testing phase changes the current working directory to `tests` but the test scripts import
75-
# from `tests` so the root directory must be added to Python's path for editable installations
76-
dev-mode-dirs = ["."]
77-
7873
# Ruff section
7974
# Read more here: https://docs.astral.sh/ruff/linter/#rule-selection
8075
[tool.ruff]

0 commit comments

Comments
 (0)