From 909853e01195bc7b41d9f842ae643e17a4d1ed3c Mon Sep 17 00:00:00 2001 From: jupfi Date: Wed, 17 Apr 2024 20:49:10 +0200 Subject: [PATCH] Fixed order. --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9fef1f6..a1a5954 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,9 +28,6 @@ dependencies = [ "scipy", ] -[project.entry-points."nqrduck"] -"nqrduck-autotm" = "nqrduck_autotm.autotm:AutoTM" - dev = [ "black", "pydocstyle", @@ -38,6 +35,9 @@ dev = [ "ruff", ] +[project.entry-points."nqrduck"] +"nqrduck-autotm" = "nqrduck_autotm.autotm:AutoTM" + [tool.ruff] exclude = [ "widget.py",