mirror of
https://github.com/nqrduck/nqrduck-autotm.git
synced 2025-01-04 21:58:20 +00:00
Fixed order.
This commit is contained in:
parent
26e8b3ff4d
commit
909853e011
1 changed files with 3 additions and 3 deletions
|
@ -28,9 +28,6 @@ dependencies = [
|
||||||
"scipy",
|
"scipy",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.entry-points."nqrduck"]
|
|
||||||
"nqrduck-autotm" = "nqrduck_autotm.autotm:AutoTM"
|
|
||||||
|
|
||||||
dev = [
|
dev = [
|
||||||
"black",
|
"black",
|
||||||
"pydocstyle",
|
"pydocstyle",
|
||||||
|
@ -38,6 +35,9 @@ dev = [
|
||||||
"ruff",
|
"ruff",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[project.entry-points."nqrduck"]
|
||||||
|
"nqrduck-autotm" = "nqrduck_autotm.autotm:AutoTM"
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
exclude = [
|
exclude = [
|
||||||
"widget.py",
|
"widget.py",
|
||||||
|
|
Loading…
Reference in a new issue