Skip to content

Commit e651cec

Browse files
committed
add setup tools config
1 parent b806997 commit e651cec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ lint = [
5555
]
5656
test = ["pytest==8.4.2", "coverage==7.10.7"]
5757

58+
[tool.setuptools]
59+
package-dir = { "" = "python" }
60+
5861
[tool.bandit]
5962
skips = ["B101"]
6063

0 commit comments

Comments
 (0)