From 5dff65992ea082bba8b0dab966a144fad2bf8833 Mon Sep 17 00:00:00 2001 From: foefl Date: Mon, 10 Nov 2025 09:02:54 +0100 Subject: [PATCH] remove cli entry point, related to #11 --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4886922..f9808f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,8 +10,6 @@ requires-python = "<3.14,>=3.11" readme = "README.md" license = {text = "LicenseRef-Proprietary"} -[project.scripts] -EKF = "dopt_sensor_anomalies.cli:main" [build-system] requires = ["pdm-backend", "Cython", "setuptools"]