From 420a50672067b1a736a30c2f671fcf43495c4df0 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Wed, 1 Nov 2023 13:33:39 -0700 Subject: Rename some symbols and functions to better match their purpose --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index edb5b5d..0ab61b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ Repository = "https://github.com/clpo13/wikiget" "Bug Reports" = "https://github.com/clpo13/wikiget/issues" [project.scripts] -wikiget = "wikiget.wikiget:main" +wikiget = "wikiget.wikiget:cli" [tool.hatch.version] path = "src/wikiget/version.py" -- cgit v1.2.3