diff options
| author | Cody Logan <cody@lokken.dev> | 2023-11-01 13:33:39 -0700 |
|---|---|---|
| committer | Cody Logan <cody@lokken.dev> | 2023-11-01 13:33:39 -0700 |
| commit | 420a50672067b1a736a30c2f671fcf43495c4df0 (patch) | |
| tree | 720d5d45de3c405a7bdc239b7279911fd90a4e4a /pyproject.toml | |
| parent | bdc566773e27f0fc4b9268526643a2aaadad06ff (diff) | |
| download | wikiget-420a50672067b1a736a30c2f671fcf43495c4df0.tar.gz wikiget-420a50672067b1a736a30c2f671fcf43495c4df0.zip | |
Rename some symbols and functions to better match their purpose
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
