3
0
Fork 0

feat: remove legacy command system

typer is the recommended approach, but any could be used.  we have
nothing significant to offer so better to just not.
This commit is contained in:
Lance Edgar 2024-07-04 14:35:29 -05:00
parent fd76766f56
commit a76cbf29e9
23 changed files with 8 additions and 1193 deletions

View file

@ -39,16 +39,6 @@ docs = ["Sphinx", "sphinxcontrib-programoutput", "furo"]
tests = ["pytest-cov", "tox"]
[project.scripts]
wutta = "wuttjamaican.cmd.base:main"
[project.entry-points."wutta.subcommands"]
date-organize = "wuttjamaican.cmd.date_organize:DateOrganize"
make-appdir = "wuttjamaican.cmd.make_appdir:MakeAppDir"
setup = "wuttjamaican.cmd.setup:Setup"
[project.urls]
Homepage = "https://rattailproject.org/"
Repository = "https://kallithea.rattailproject.org/rattail-project/wuttjamaican"