runssnappea as a separate command (for e.g. ps)

This commit is contained in:
Klaas van Schelven
2024-05-22 09:23:31 +02:00
parent bf0855b11d
commit 529a7a7c9f
3 changed files with 33 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ dynamic = ["version", "dependencies"]
bugsink-show-version = "bugsink.scripts.show_version:main"
bugsink-manage = "bugsink.scripts.manage:main"
bugsink-create-conf = "bugsink.scripts.create_conf:main"
bugsink-runsnappea = "bugsink.scripts.runsnappea:main"
[tool.setuptools]
include-package-data = true # this is the default, but explicit is better than implicit