File: 0007-use-todoman-console-script.patch

package info (click to toggle)
todoman 4.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 584 kB
  • sloc: python: 4,636; makefile: 165; sh: 1
file content (16 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: use todoman console_script
Author: Félix Sipma <felix@debian.org>
Last-Update: 2023-07-23
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -61,7 +61,7 @@
 issues = "https://github.com/pimutils/todoman/issues"
 
 [project.scripts]
-todo = "todoman.cli:cli"
+todoman = "todoman.cli:cli"
 
 [tool.setuptools]
 packages = ["todoman"]