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