File: 02-fix-setup-py.patch

package info (click to toggle)
chirp 1%3A20250502-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,836 kB
  • sloc: python: 150,688; ansic: 296; sh: 198; xml: 24; makefile: 19
file content (16 lines) | stat: -rw-r--r-- 442 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Ship the chirpw binary
Author: Dave Hibberd <d@vehibberd.com>
Forwarded: not-needed
Last-Update: 2023-10-28
---
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@
       },
       entry_points={
           'console_scripts': [
-              "chirp=chirp.wxui:chirpmain",
+              "chirpw=chirp.wxui:chirpmain",
               "chirpc=chirp.cli.main:main",
               "experttune=chirp.cli.experttune:main",
           ],