File: 0001-Remove-CLI-entrypoint.patch

package info (click to toggle)
python-laspy 2.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,128 kB
  • sloc: python: 9,459; makefile: 20
file content (21 lines) | stat: -rw-r--r-- 479 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
---
 setup.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.py b/setup.py
index bd45284..740fc02 100644
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,6 @@ setup(
         ],
     },
     entry_points={
-        "console_scripts": ["laspy=laspy.cli.main:main"],
     },
     include_package_data=True,
     zip_safe=False,