fix: fix config extension entry point

per upstream changes
This commit is contained in:
Lance Edgar 2025-09-20 14:25:55 -05:00
parent 49d897ab86
commit fe8bd77910

View file

@ -44,7 +44,7 @@ crepes = "rattail_corepos.corepos.commands:crepes_typer"
core-office = "rattail_corepos.corepos.office.commands:core_office_typer" core-office = "rattail_corepos.corepos.office.commands:core_office_typer"
[project.entry-points."rattail.config.extensions"] [project.entry-points."wutta.config.extensions"]
rattail-corepos = "rattail_corepos.config:RattailCOREPOSExtension" rattail-corepos = "rattail_corepos.config:RattailCOREPOSExtension"