File: 0001-Rename-the-comitup-script.patch

package info (click to toggle)
comitup 1.38-2~deb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,284 kB
  • sloc: python: 3,042; javascript: 1,261; sh: 98; makefile: 33
file content (21 lines) | stat: -rw-r--r-- 586 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: David Steele <steele@debian.org>
Date: Thu, 21 Apr 2016 20:37:54 -0400
Subject: Rename the comitup script

This supports the Debian convention of storing the app module
and script in the same directory.
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@
     ],
     entry_points={
         "console_scripts": [
-            "comitup=comitup.comitup:main",
+            "comitup-cmd=comitup.comitup:main",
             "comitup-cli=cli.comitupcli:main",
             "comitup-web=web.comitupweb:main",
         ],