Skip to content

Commit e6e662d

Browse files
committed
#325 move src -> sz_tools
1 parent fb3a138 commit e6e662d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ test = [
9191
]
9292

9393
[tool.setuptools.packages.find]
94-
where = ["src"]
94+
where = ["sz_tools"]
9595

9696
[tool.bandit]
9797
skips = ["B101", "B108", "B404", "B602", "B605", "B608"]
@@ -105,7 +105,7 @@ max-line-length = 120
105105

106106
[tool.isort]
107107
profile = "black"
108-
src_paths = ["examples", "src", "tests"]
108+
src_paths = ["examples", "sz_tools", "tests"]
109109

110110
[tool.mypy]
111111
exclude = ['.venv', 'g2_tools']

0 commit comments

Comments
 (0)