refactor code

This commit is contained in:
2026-02-24 21:48:30 +03:00
parent de13989759
commit 1ae7a5e78a
10 changed files with 286 additions and 55 deletions
+10
View File
@@ -2,8 +2,18 @@
name = "netdiag"
version = "0.2.0"
[project.scripts]
netdiag = "netdiag.base:run"
[tool.setuptools]
package-dir = {"" = "src"}
[tool.setuptools.packages.find]
where = ["src"]
[tool.black]
line-length = 88
[tool.isort]
profile = "black"
line_length = 88