fix: register entry points for sideshow customization
This commit is contained in:
parent
c2f76f6c97
commit
4dc9cb36b7
4 changed files with 63 additions and 0 deletions
|
@ -43,6 +43,15 @@ tests = ["pytest-cov", "tox"]
|
|||
[project.entry-points."paste.app_factory"]
|
||||
"main" = "sideshow_corepos.web.app:main"
|
||||
|
||||
[project.entry-points."wutta.batch.neworder"]
|
||||
"sideshow_corepos" = "sideshow_corepos.batch.neworder:NewOrderBatchHandler"
|
||||
|
||||
[project.entry-points."wutta.config.extensions"]
|
||||
"sideshow_corepos" = "sideshow_corepos.config:SideshowCoreposConfig"
|
||||
|
||||
[project.entry-points."wutta.web.menus"]
|
||||
"sideshow_corepos" = "sideshow_corepos.web.menus:SideshowMenuHandler"
|
||||
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://wuttaproject.org/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue