1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org>
Date: Thu, 7 Sep 2023 18:50:30 +0200
Subject: Remove CLI entrypoint
Forwarded: not-needed
---
pyproject.toml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 39cf3df..3bd47dc 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -42,9 +42,6 @@ lazrs = ["lazrs>=0.8.0, < 0.9.0"]
pyproj = ["pyproj"]
requests = ["requests"]
-[project.scripts]
-laspy = "laspy.cli.main:main"
-
[project.urls]
Homepage = "https://github.com/laspy/laspy"
|