refactor code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user