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",
],
|