Skip to content

Commit 6a59612

Browse files
committed
refactor: move source root to src subdirectory
1 parent 506ad93 commit 6a59612

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+6
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ packages = [
6060
"dcc_qc.reports",
6161
"dcc_qc.validator",
6262
]
63+
package-dir = {"dcc_qc" = "src/dcc_qc"}
6364
zip-safe = false
6465

6566

@@ -88,4 +89,4 @@ testpaths = [
8889

8990
[tool.mypy]
9091
ignore_missing_imports = true
91-
92+
mypy_path = "src"

0 commit comments

Comments
 (0)