File: 0001-Rename-console_script-to-fit-into-private-module-set.patch

package info (click to toggle)
hovercraft 2.7-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,532 kB
  • sloc: javascript: 3,206; python: 2,609; makefile: 153; sh: 2
file content (23 lines) | stat: -rw-r--r-- 538 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Daniel Stender <debian@danielstender.com>
Date: Wed, 20 Nov 2019 15:26:52 -0500
Subject: Rename console_script to fit into private module setup

Last-Update: 2020-02-17
Forwarded: not-needed
---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index 72f8216..70716d9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -44,7 +44,7 @@ exclude =
 
 [options.entry_points]
 console_scripts =
-  hovercraft = hovercraft:main
+  console_script = hovercraft:main
 
 [flake8]
 max-line-length=120