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:
parent
fd76766f56
commit
a76cbf29e9
23 changed files with 8 additions and 1193 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue