File: python-no-executable.patch

package info (click to toggle)
confget 5.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 740 kB
  • sloc: python: 1,017; ansic: 893; sh: 770; makefile: 142
file content (17 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Do not install the Python command-line script.
Forwarded: not-needed
Author: Peter Pentchev <roam@ringlet.net>
Last-Update: 2023-08-26

--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -45,9 +45,6 @@
 name = "Peter Pentchev"
 email = "roam@ringlet.net"
 
-[project.scripts]
-confget = "confget.__main__:main"
-
 [project.urls]
 Homepage = "https://devel.ringlet.net/textproc/confget/"