Fixed order.

This commit is contained in:
jupfi 2024-04-17 20:49:10 +02:00
parent 26e8b3ff4d
commit 909853e011

View file

@ -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",