remove cli entry point, related to #11

This commit is contained in:
Florian Förster 2025-11-10 09:02:54 +01:00
parent cc7b9d8416
commit 5dff65992e

View File

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