File: 001-adjust-setup-cfg.patch

package info (click to toggle)
python-juliandate 1.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: python: 168; makefile: 13
file content (11 lines) | stat: -rw-r--r-- 260 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
diff --git a/setup.cfg b/setup.cfg
index 6e77827..b108c0e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,5 +20,5 @@ python_requires = >=3.8
 
 [options.entry_points]
 console_scripts =
-    jd = juliandate.jd:main
+    python3-juliandate = juliandate.jd:main